Html Css Color HEX #EF618E Deep Blush

📋 copy color: '#EF618E'

red 239 ◦ green 97 ◦ blue 142

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

Shades of Deep Blush #EF618E

Tints of Deep Blush #EF618E

RGB

 RED value IS 239 (93.75% from 255) = 50%

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

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

R = 50%
G = 20.29%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF618E (or 0xEF618E) is known color: Deep Blush. HEX triplet: EF, 61 and 8E. RGB value is (239,97,142). Sum of RGB (Red+Green+Blue) = 239+97+142=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF618E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF618E is #109E71. Grayscale: #909090. Windows color (decimal): -1089138 or 9331183. OLE color: 9331183.

HSL color Cylindrical-coordinate representation of color #EF618E: hue angle of 340.99º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF618E is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 97 142 -
CMYK 0 0.59 0.41 0.06
HSL 340.99º 0.82% 0.66% -
HSV(B) 340.99º 0.59% 0.94% -
XYZ 44.75 28.85 28.8 -
YUV 144.59 126.54 195.34 -
System Red Green Blue C M Y K H S L
Decimal 239 97 142 0 0.59 0.41 0.06 340.99 0.82 0.66
Hex EF 61 8E 0 3B 29 6 155 52 42
Octal 357 141 216 0 73 51 6 525 122 102
Binary 11101111 1100001 10001110 0 111011 101001 110 101010101 1010010 1000010

Color Harmonies of #EF618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF618E

Black with #EF618E

Text Example


Text Example

White with #EF618E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF618E; }

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

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

background-color css

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

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

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

border-color css

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

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

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