Html Css Color HEX #EA2265 Cerise

📋 copy color: '#EA2265'

red 234 ◦ green 34 ◦ blue 101

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

Shades of Cerise #EA2265

Tints of Cerise #EA2265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.21%

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

R = 63.41%
G = 9.21%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA2265 (or 0xEA2265) is known color: Cerise. HEX triplet: EA, 22 and 65. RGB value is (234,34,101). Sum of RGB (Red+Green+Blue) = 234+34+101=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2265 is #15DD9A. Grayscale: #656565. Windows color (decimal): -1432987 or 6628074. OLE color: 6628074.

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

Color convert

RGB 234 34 101 -
CMYK 0 0.85 0.57 0.08
HSL 339.9º 0.83% 0.53% -
HSV(B) 339.9º 0.85% 0.92% -
XYZ 36.85 19.58 14.15 -
YUV 101.44 127.76 222.55 -
System Red Green Blue C M Y K H S L
Decimal 234 34 101 0 0.85 0.57 0.08 339.9 0.83 0.53
Hex EA 22 65 0 55 39 8 154 53 35
Octal 352 42 145 0 125 71 10 524 123 65
Binary 11101010 100010 1100101 0 1010101 111001 1000 101010100 1010011 110101

Color Harmonies of #EA2265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2265

Black with #EA2265

Text Example


Text Example

White with #EA2265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2265; }

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

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

background-color css

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

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

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

border-color css

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

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

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