Html Css Color HEX #EA295F Cerise

📋 copy color: '#EA295F'

red 234 ◦ green 41 ◦ blue 95

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

Shades of Cerise #EA295F

Tints of Cerise #EA295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.08%

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

R = 63.24%
G = 11.08%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA295F (or 0xEA295F) is known color: Cerise. HEX triplet: EA, 29 and 5F. RGB value is (234,41,95). Sum of RGB (Red+Green+Blue) = 234+41+95=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA295F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA295F is #15D6A0. Grayscale: #686868. Windows color (decimal): -1431201 or 6236650. OLE color: 6236650.

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

Color convert

RGB 234 41 95 -
CMYK 0 0.82 0.59 0.08
HSL 343.21º 0.82% 0.54% -
HSV(B) 343.21º 0.82% 0.92% -
XYZ 36.79 19.9 12.73 -
YUV 104.86 122.44 220.11 -
System Red Green Blue C M Y K H S L
Decimal 234 41 95 0 0.82 0.59 0.08 343.21 0.82 0.54
Hex EA 29 5F 0 52 3B 8 157 52 36
Octal 352 51 137 0 122 73 10 527 122 66
Binary 11101010 101001 1011111 0 1010010 111011 1000 101010111 1010010 110110

Color Harmonies of #EA295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA295F

Black with #EA295F

Text Example


Text Example

White with #EA295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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