Html Css Color HEX #ED668E Deep Blush

📋 copy color: '#ED668E'

red 237 ◦ green 102 ◦ blue 142

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

Shades of Deep Blush #ED668E

Tints of Deep Blush #ED668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.21%

 BLUE value IS 142 (55.86% from 255) = 29.52%

R = 49.27%
G = 21.21%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED668E (or 0xED668E) is known color: Deep Blush. HEX triplet: ED, 66 and 8E. RGB value is (237,102,142). Sum of RGB (Red+Green+Blue) = 237+102+142=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED668E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED668E is #129971. Grayscale: #929292. Windows color (decimal): -1218930 or 9332461. OLE color: 9332461.

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

Color convert

RGB 237 102 142 -
CMYK 0 0.57 0.40 0.07
HSL 342.22º 0.79% 0.66% -
HSV(B) 342.22º 0.57% 0.93% -
XYZ 44.56 29.46 28.93 -
YUV 146.93 125.23 192.25 -
System Red Green Blue C M Y K H S L
Decimal 237 102 142 0 0.57 0.40 0.07 342.22 0.79 0.66
Hex ED 66 8E 0 39 28 7 156 4F 42
Octal 355 146 216 0 71 50 7 526 117 102
Binary 11101101 1100110 10001110 0 111001 101000 111 101010110 1001111 1000010

Color Harmonies of #ED668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED668E

Black with #ED668E

Text Example


Text Example

White with #ED668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED668E; }

 p { color: rgb(237,102,142); }

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

background-color css

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

 a { background-color: rgb(237,102,142); }

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

border-color css

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

 span { border-color: rgb(237,102,142); }

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