Html Css Color HEX #EF2C69 Cerise

📋 copy color: '#EF2C69'

red 239 ◦ green 44 ◦ blue 105

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

Shades of Cerise #EF2C69

Tints of Cerise #EF2C69

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.34%

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

R = 61.6%
G = 11.34%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF2C69 (or 0xEF2C69) is known color: Cerise. HEX triplet: EF, 2C and 69. RGB value is (239,44,105). Sum of RGB (Red+Green+Blue) = 239+44+105=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2C69 is #10D396. Grayscale: #6D6D6D. Windows color (decimal): -1102743 or 6892783. OLE color: 6892783.

HSL color Cylindrical-coordinate representation of color #EF2C69: hue angle of 341.23º 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 #EF2C69 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 44 105 -
CMYK 0 0.82 0.56 0.06
HSL 341.23º 0.86% 0.55% -
HSV(B) 341.23º 0.82% 0.94% -
XYZ 39.05 21.17 15.39 -
YUV 109.26 125.6 220.54 -
System Red Green Blue C M Y K H S L
Decimal 239 44 105 0 0.82 0.56 0.06 341.23 0.86 0.55
Hex EF 2C 69 0 52 38 6 155 56 37
Octal 357 54 151 0 122 70 6 525 126 67
Binary 11101111 101100 1101001 0 1010010 111000 110 101010101 1010110 110111

Color Harmonies of #EF2C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2C69

Black with #EF2C69

Text Example


Text Example

White with #EF2C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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