Html Css Color HEX #EA225F Cerise

📋 copy color: '#EA225F'

red 234 ◦ green 34 ◦ blue 95

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

Shades of Cerise #EA225F

Tints of Cerise #EA225F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 64.46%
G = 9.37%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA225F (or 0xEA225F) is known color: Cerise. HEX triplet: EA, 22 and 5F. RGB value is (234,34,95). Sum of RGB (Red+Green+Blue) = 234+34+95=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA225F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA225F is #15DDA0. Grayscale: #646464. Windows color (decimal): -1432993 or 6234858. OLE color: 6234858.

HSL color Cylindrical-coordinate representation of color #EA225F: hue angle of 341.7º 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 #EA225F is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 34 95 -
CMYK 0 0.85 0.59 0.08
HSL 341.7º 0.83% 0.53% -
HSV(B) 341.7º 0.85% 0.92% -
XYZ 36.57 19.46 12.66 -
YUV 100.75 124.76 223.04 -
System Red Green Blue C M Y K H S L
Decimal 234 34 95 0 0.85 0.59 0.08 341.7 0.83 0.53
Hex EA 22 5F 0 55 3B 8 156 53 35
Octal 352 42 137 0 125 73 10 526 123 65
Binary 11101010 100010 1011111 0 1010101 111011 1000 101010110 1010011 110101

Color Harmonies of #EA225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA225F

Black with #EA225F

Text Example


Text Example

White with #EA225F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA225F; }

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

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

background-color css

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

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

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

border-color css

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

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

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