Html Css Color HEX #ED668C Deep Blush

📋 copy color: '#ED668C'

red 237 ◦ green 102 ◦ blue 140

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

Shades of Deep Blush #ED668C

Tints of Deep Blush #ED668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 49.48%
G = 21.29%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED668C (or 0xED668C) is known color: Deep Blush. HEX triplet: ED, 66 and 8C. RGB value is (237,102,140). Sum of RGB (Red+Green+Blue) = 237+102+140=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED668C is #129973. Grayscale: #929292. Windows color (decimal): -1218932 or 9201389. OLE color: 9201389.

HSL color Cylindrical-coordinate representation of color #ED668C: hue angle of 343.11º 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 #ED668C is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 102 140 -
CMYK 0 0.57 0.41 0.07
HSL 343.11º 0.79% 0.66% -
HSV(B) 343.11º 0.57% 0.93% -
XYZ 44.41 29.4 28.15 -
YUV 146.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 237 102 140 0 0.57 0.41 0.07 343.11 0.79 0.66
Hex ED 66 8C 0 39 29 7 157 4F 42
Octal 355 146 214 0 71 51 7 527 117 102
Binary 11101101 1100110 10001100 0 111001 101001 111 101010111 1001111 1000010

Color Harmonies of #ED668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED668C

Black with #ED668C

Text Example


Text Example

White with #ED668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED668C; }

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

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

background-color css

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

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

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

border-color css

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

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

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