Html Css Color HEX #EF2969 Cerise

📋 copy color: '#EF2969'

red 239 ◦ green 41 ◦ blue 105

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

Shades of Cerise #EF2969

Tints of Cerise #EF2969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.65%

 BLUE value IS 105 (41.41% from 255) = 27.27%

R = 62.08%
G = 10.65%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF2969 (or 0xEF2969) is known color: Cerise. HEX triplet: EF, 29 and 69. RGB value is (239,41,105). Sum of RGB (Red+Green+Blue) = 239+41+105=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2969 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2969 is #10D696. Grayscale: #6B6B6B. Windows color (decimal): -1103511 or 6892015. OLE color: 6892015.

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

Color convert

RGB 239 41 105 -
CMYK 0 0.83 0.56 0.06
HSL 340.61º 0.86% 0.55% -
HSV(B) 340.61º 0.83% 0.94% -
XYZ 38.94 20.96 15.36 -
YUV 107.5 126.6 221.8 -
System Red Green Blue C M Y K H S L
Decimal 239 41 105 0 0.83 0.56 0.06 340.61 0.86 0.55
Hex EF 29 69 0 53 38 6 155 56 37
Octal 357 51 151 0 123 70 6 525 126 67
Binary 11101111 101001 1101001 0 1010011 111000 110 101010101 1010110 110111

Color Harmonies of #EF2969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2969

Black with #EF2969

Text Example


Text Example

White with #EF2969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2969; }

 p { color: rgb(239,41,105); }

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

background-color css

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

 a { background-color: rgb(239,41,105); }

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

border-color css

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

 span { border-color: rgb(239,41,105); }

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