Html Css Color HEX #E02869 Cerise

📋 copy color: '#E02869'

red 224 ◦ green 40 ◦ blue 105

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

Shades of Cerise #E02869

Tints of Cerise #E02869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.84%

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

R = 60.7%
G = 10.84%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E02869 (or 0xE02869) is known color: Cerise. HEX triplet: E0, 28 and 69. RGB value is (224,40,105). Sum of RGB (Red+Green+Blue) = 224+40+105=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E02869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02869 is #1FD796. Grayscale: #666666. Windows color (decimal): -2086807 or 6891744. OLE color: 6891744.

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

Color convert

RGB 224 40 105 -
CMYK 0 0.82 0.53 0.12
HSL 338.8º 0.75% 0.52% -
HSV(B) 338.8º 0.82% 0.88% -
XYZ 34.05 18.38 15.12 -
YUV 102.43 129.46 214.71 -
System Red Green Blue C M Y K H S L
Decimal 224 40 105 0 0.82 0.53 0.12 338.8 0.75 0.52
Hex E0 28 69 0 52 35 C 153 4B 34
Octal 340 50 151 0 122 65 14 523 113 64
Binary 11100000 101000 1101001 0 1010010 110101 1100 101010011 1001011 110100

Color Harmonies of #E02869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02869

Black with #E02869

Text Example


Text Example

White with #E02869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02869; }

 p { color: rgb(224,40,105); }

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

background-color css

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

 a { background-color: rgb(224,40,105); }

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

border-color css

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

 span { border-color: rgb(224,40,105); }

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