Html Css Color HEX #ED618E Deep Blush

📋 copy color: '#ED618E'

red 237 ◦ green 97 ◦ blue 142

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

Shades of Deep Blush #ED618E

Tints of Deep Blush #ED618E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.38%

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

R = 49.79%
G = 20.38%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED618E (or 0xED618E) is known color: Deep Blush. HEX triplet: ED, 61 and 8E. RGB value is (237,97,142). Sum of RGB (Red+Green+Blue) = 237+97+142=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED618E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED618E is #129E71. Grayscale: #8F8F8F. Windows color (decimal): -1220210 or 9331181. OLE color: 9331181.

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

Color convert

RGB 237 97 142 -
CMYK 0 0.59 0.40 0.07
HSL 340.71º 0.8% 0.65% -
HSV(B) 340.71º 0.59% 0.93% -
XYZ 44.08 28.51 28.77 -
YUV 143.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 237 97 142 0 0.59 0.40 0.07 340.71 0.8 0.65
Hex ED 61 8E 0 3B 28 7 155 50 41
Octal 355 141 216 0 73 50 7 525 120 101
Binary 11101101 1100001 10001110 0 111011 101000 111 101010101 1010000 1000001

Color Harmonies of #ED618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED618E

Black with #ED618E

Text Example


Text Example

White with #ED618E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED618E; }

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

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

background-color css

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

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

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

border-color css

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

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

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