Html Css Color HEX #EA2865 Cerise

📋 copy color: '#EA2865'

red 234 ◦ green 40 ◦ blue 101

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

Shades of Cerise #EA2865

Tints of Cerise #EA2865

RGB

 RED value IS 234 (91.8% from 255) = 62.4%

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

 BLUE value IS 101 (39.84% from 255) = 26.93%

R = 62.4%
G = 10.67%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA2865 (or 0xEA2865) is known color: Cerise. HEX triplet: EA, 28 and 65. RGB value is (234,40,101). Sum of RGB (Red+Green+Blue) = 234+40+101=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2865 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2865 is #15D79A. Grayscale: #686868. Windows color (decimal): -1431451 or 6629610. OLE color: 6629610.

HSL color Cylindrical-coordinate representation of color #EA2865: hue angle of 341.13º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2865 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 40 101 -
CMYK 0 0.83 0.57 0.08
HSL 341.13º 0.82% 0.54% -
HSV(B) 341.13º 0.83% 0.92% -
XYZ 37.04 19.95 14.21 -
YUV 104.96 125.77 220.04 -
System Red Green Blue C M Y K H S L
Decimal 234 40 101 0 0.83 0.57 0.08 341.13 0.82 0.54
Hex EA 28 65 0 53 39 8 155 52 36
Octal 352 50 145 0 123 71 10 525 122 66
Binary 11101010 101000 1100101 0 1010011 111001 1000 101010101 1010010 110110

Color Harmonies of #EA2865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2865

Black with #EA2865

Text Example


Text Example

White with #EA2865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2865; }

 p { color: rgb(234,40,101); }

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

background-color css

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

 a { background-color: rgb(234,40,101); }

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

border-color css

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

 span { border-color: rgb(234,40,101); }

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