Html Css Color HEX #EF2A6E Cerise

📋 copy color: '#EF2A6E'

red 239 ◦ green 42 ◦ blue 110

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

Shades of Cerise #EF2A6E

Tints of Cerise #EF2A6E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.74%

 BLUE value IS 110 (43.36% from 255) = 28.13%

R = 61.13%
G = 10.74%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF2A6E (or 0xEF2A6E) is known color: Cerise. HEX triplet: EF, 2A and 6E. RGB value is (239,42,110). Sum of RGB (Red+Green+Blue) = 239+42+110=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A6E is #10D591. Grayscale: #6C6C6C. Windows color (decimal): -1103250 or 7219951. OLE color: 7219951.

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

Color convert

RGB 239 42 110 -
CMYK 0 0.82 0.54 0.06
HSL 339.29º 0.86% 0.55% -
HSV(B) 339.29º 0.82% 0.94% -
XYZ 39.24 21.13 16.76 -
YUV 108.66 128.77 220.97 -
System Red Green Blue C M Y K H S L
Decimal 239 42 110 0 0.82 0.54 0.06 339.29 0.86 0.55
Hex EF 2A 6E 0 52 36 6 153 56 37
Octal 357 52 156 0 122 66 6 523 126 67
Binary 11101111 101010 1101110 0 1010010 110110 110 101010011 1010110 110111

Color Harmonies of #EF2A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2A6E

Black with #EF2A6E

Text Example


Text Example

White with #EF2A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2A6E; }

 p { color: rgb(239,42,110); }

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

background-color css

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

 a { background-color: rgb(239,42,110); }

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

border-color css

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

 span { border-color: rgb(239,42,110); }

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