Html Css Color HEX #EA2375 Cerise

📋 copy color: '#EA2375'

red 234 ◦ green 35 ◦ blue 117

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

Shades of Cerise #EA2375

Tints of Cerise #EA2375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.07%

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 60.62%
G = 9.07%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA2375 (or 0xEA2375) is known color: Cerise. HEX triplet: EA, 23 and 75. RGB value is (234,35,117). Sum of RGB (Red+Green+Blue) = 234+35+117=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2375 is #15DC8A. Grayscale: #676767. Windows color (decimal): -1432715 or 7676906. OLE color: 7676906.

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

Color convert

RGB 234 35 117 -
CMYK 0 0.85 0.5 0.08
HSL 335.28º 0.83% 0.53% -
HSV(B) 335.28º 0.85% 0.92% -
XYZ 37.74 19.98 18.7 -
YUV 103.85 135.43 220.83 -
System Red Green Blue C M Y K H S L
Decimal 234 35 117 0 0.85 0.5 0.08 335.28 0.83 0.53
Hex EA 23 75 0 55 32 8 14F 53 35
Octal 352 43 165 0 125 62 10 517 123 65
Binary 11101010 100011 1110101 0 1010101 110010 1000 101001111 1010011 110101

Color Harmonies of #EA2375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2375

Black with #EA2375

Text Example


Text Example

White with #EA2375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2375; }

 p { color: rgb(234,35,117); }

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

background-color css

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

 a { background-color: rgb(234,35,117); }

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

border-color css

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

 span { border-color: rgb(234,35,117); }

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