Html Css Color HEX #ED6D8E Deep Blush

📋 copy color: '#ED6D8E'

red 237 ◦ green 109 ◦ blue 142

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

Shades of Deep Blush #ED6D8E

Tints of Deep Blush #ED6D8E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.34%

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

R = 48.57%
G = 22.34%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED6D8E (or 0xED6D8E) is known color: Deep Blush. HEX triplet: ED, 6D and 8E. RGB value is (237,109,142). Sum of RGB (Red+Green+Blue) = 237+109+142=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6D8E is #129271. Grayscale: #979797. Windows color (decimal): -1217138 or 9334253. OLE color: 9334253.

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

Color convert

RGB 237 109 142 -
CMYK 0 0.54 0.40 0.07
HSL 344.53º 0.78% 0.68% -
HSV(B) 344.53º 0.54% 0.93% -
XYZ 45.28 30.89 29.17 -
YUV 151.03 122.91 189.32 -
System Red Green Blue C M Y K H S L
Decimal 237 109 142 0 0.54 0.40 0.07 344.53 0.78 0.68
Hex ED 6D 8E 0 36 28 7 159 4E 44
Octal 355 155 216 0 66 50 7 531 116 104
Binary 11101101 1101101 10001110 0 110110 101000 111 101011001 1001110 1000100

Color Harmonies of #ED6D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6D8E

Black with #ED6D8E

Text Example


Text Example

White with #ED6D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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