Html Css Color HEX #EF296C Cerise

📋 copy color: '#EF296C'

red 239 ◦ green 41 ◦ blue 108

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

Shades of Cerise #EF296C

Tints of Cerise #EF296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.84%

R = 61.6%
G = 10.57%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF296C (or 0xEF296C) is known color: Cerise. HEX triplet: EF, 29 and 6C. RGB value is (239,41,108). Sum of RGB (Red+Green+Blue) = 239+41+108=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF296C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF296C is #10D693. Grayscale: #6B6B6B. Windows color (decimal): -1103508 or 7088623. OLE color: 7088623.

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

Color convert

RGB 239 41 108 -
CMYK 0 0.83 0.55 0.06
HSL 339.7º 0.86% 0.55% -
HSV(B) 339.7º 0.83% 0.94% -
XYZ 39.1 21.02 16.18 -
YUV 107.84 128.1 221.55 -
System Red Green Blue C M Y K H S L
Decimal 239 41 108 0 0.83 0.55 0.06 339.7 0.86 0.55
Hex EF 29 6C 0 53 37 6 154 56 37
Octal 357 51 154 0 123 67 6 524 126 67
Binary 11101111 101001 1101100 0 1010011 110111 110 101010100 1010110 110111

Color Harmonies of #EF296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF296C

Black with #EF296C

Text Example


Text Example

White with #EF296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF296C; }

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

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

background-color css

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

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

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

border-color css

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

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

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