Html Css Color HEX #ED668B Deep Blush

📋 copy color: '#ED668B'

red 237 ◦ green 102 ◦ blue 139

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

Shades of Deep Blush #ED668B

Tints of Deep Blush #ED668B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.08%

R = 49.58%
G = 21.34%
B = 29.08%

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

#ED668B (or 0xED668B) is known color: Deep Blush. HEX triplet: ED, 66 and 8B. RGB value is (237,102,139). Sum of RGB (Red+Green+Blue) = 237+102+139=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED668B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED668B is #129974. Grayscale: #929292. Windows color (decimal): -1218933 or 9135853. OLE color: 9135853.

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

Color convert

RGB 237 102 139 -
CMYK 0 0.57 0.41 0.07
HSL 343.56º 0.79% 0.66% -
HSV(B) 343.56º 0.57% 0.93% -
XYZ 44.34 29.37 27.76 -
YUV 146.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 237 102 139 0 0.57 0.41 0.07 343.56 0.79 0.66
Hex ED 66 8B 0 39 29 7 158 4F 42
Octal 355 146 213 0 71 51 7 530 117 102
Binary 11101101 1100110 10001011 0 111001 101001 111 101011000 1001111 1000010

Color Harmonies of #ED668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED668B

Black with #ED668B

Text Example


Text Example

White with #ED668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED668B; }

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

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

background-color css

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

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

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

border-color css

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

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

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