Html Css Color HEX #EA296F Cerise

📋 copy color: '#EA296F'

red 234 ◦ green 41 ◦ blue 111

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

Shades of Cerise #EA296F

Tints of Cerise #EA296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 60.62%
G = 10.62%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA296F (or 0xEA296F) is known color: Cerise. HEX triplet: EA, 29 and 6F. RGB value is (234,41,111). Sum of RGB (Red+Green+Blue) = 234+41+111=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA296F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA296F is #15D690. Grayscale: #6A6A6A. Windows color (decimal): -1431185 or 7285226. OLE color: 7285226.

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

Color convert

RGB 234 41 111 -
CMYK 0 0.82 0.53 0.08
HSL 338.24º 0.82% 0.54% -
HSV(B) 338.24º 0.82% 0.92% -
XYZ 37.59 20.23 16.96 -
YUV 106.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 234 41 111 0 0.82 0.53 0.08 338.24 0.82 0.54
Hex EA 29 6F 0 52 35 8 152 52 36
Octal 352 51 157 0 122 65 10 522 122 66
Binary 11101010 101001 1101111 0 1010010 110101 1000 101010010 1010010 110110

Color Harmonies of #EA296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA296F

Black with #EA296F

Text Example


Text Example

White with #EA296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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