Html Css Color HEX #E02968 Cerise

📋 copy color: '#E02968'

red 224 ◦ green 41 ◦ blue 104

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

Shades of Cerise #E02968

Tints of Cerise #E02968

RGB

 RED value IS 224 (87.89% from 255) = 60.7%

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

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 60.7%
G = 11.11%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E02968 (or 0xE02968) is known color: Cerise. HEX triplet: E0, 29 and 68. RGB value is (224,41,104). Sum of RGB (Red+Green+Blue) = 224+41+104=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E02968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02968 is #1FD697. Grayscale: #666666. Windows color (decimal): -2086552 or 6826464. OLE color: 6826464.

HSL color Cylindrical-coordinate representation of color #E02968: hue angle of 339.34º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02968 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 41 104 -
CMYK 0 0.82 0.54 0.12
HSL 339.34º 0.75% 0.52% -
HSV(B) 339.34º 0.82% 0.88% -
XYZ 34.03 18.43 14.86 -
YUV 102.9 128.63 214.38 -
System Red Green Blue C M Y K H S L
Decimal 224 41 104 0 0.82 0.54 0.12 339.34 0.75 0.52
Hex E0 29 68 0 52 36 C 153 4B 34
Octal 340 51 150 0 122 66 14 523 113 64
Binary 11100000 101001 1101000 0 1010010 110110 1100 101010011 1001011 110100

Color Harmonies of #E02968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02968

Black with #E02968

Text Example


Text Example

White with #E02968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02968; }

 p { color: rgb(224,41,104); }

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

background-color css

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

 a { background-color: rgb(224,41,104); }

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

border-color css

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

 span { border-color: rgb(224,41,104); }

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