Html Css Color HEX #ED628D Deep Blush

📋 copy color: '#ED628D'

red 237 ◦ green 98 ◦ blue 141

#ED628D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #ED628D

Tints of Deep Blush #ED628D

RGB

 RED value IS 237 (92.97% from 255) = 49.79%

 GREEN value IS 98 (38.67% from 255) = 20.59%

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 49.79%
G = 20.59%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED628D (or 0xED628D) is known color: Deep Blush. HEX triplet: ED, 62 and 8D. RGB value is (237,98,141). Sum of RGB (Red+Green+Blue) = 237+98+141=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED628D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED628D is #129D72. Grayscale: #909090. Windows color (decimal): -1219955 or 9265901. OLE color: 9265901.

HSL color Cylindrical-coordinate representation of color #ED628D: hue angle of 341.44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED628D is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 98 141 -
CMYK 0 0.59 0.41 0.07
HSL 341.44º 0.79% 0.66% -
HSV(B) 341.44º 0.59% 0.93% -
XYZ 44.1 28.66 28.41 -
YUV 144.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 237 98 141 0 0.59 0.41 0.07 341.44 0.79 0.66
Hex ED 62 8D 0 3B 29 7 155 4F 42
Octal 355 142 215 0 73 51 7 525 117 102
Binary 11101101 1100010 10001101 0 111011 101001 111 101010101 1001111 1000010

Color Harmonies of #ED628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED628D

Black with #ED628D

Text Example


Text Example

White with #ED628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED628D; }

 p { color: rgb(237,98,141); }

 H1.HeaderClassName
 {
   color: #ED628D;
 }
 .AnyTagClassName
 {
   color: #ED628D;
 }
</style>

background-color css

<style>
 a { background-color: #ED628D; }

 a { background-color: rgb(237,98,141); }

 div.DivClassName
 {
   background-color: #ED628D;
 }
 .BgClassName
 {
   background-color: #ED628D;
 }
</style>

border-color css

<style>
 span { border-color: #ED628D; }

 span { border-color: rgb(237,98,141); }

 td.TdClassName
 {
   border-color: #ED628D;
 }
 .TagClassName
 {
   border-color: #ED628D;
 }
</style>