Html Css Color HEX #EA296D Cerise

📋 copy color: '#EA296D'

red 234 ◦ green 41 ◦ blue 109

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

Shades of Cerise #EA296D

Tints of Cerise #EA296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.39%

R = 60.94%
G = 10.68%
B = 28.39%

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

#EA296D (or 0xEA296D) is known color: Cerise. HEX triplet: EA, 29 and 6D. RGB value is (234,41,109). Sum of RGB (Red+Green+Blue) = 234+41+109=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA296D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA296D is #15D692. Grayscale: #6A6A6A. Windows color (decimal): -1431187 or 7154154. OLE color: 7154154.

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

Color convert

RGB 234 41 109 -
CMYK 0 0.82 0.53 0.08
HSL 338.86º 0.82% 0.54% -
HSV(B) 338.86º 0.82% 0.92% -
XYZ 37.48 20.18 16.39 -
YUV 106.46 129.44 218.97 -
System Red Green Blue C M Y K H S L
Decimal 234 41 109 0 0.82 0.53 0.08 338.86 0.82 0.54
Hex EA 29 6D 0 52 35 8 153 52 36
Octal 352 51 155 0 122 65 10 523 122 66
Binary 11101010 101001 1101101 0 1010010 110101 1000 101010011 1010010 110110

Color Harmonies of #EA296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA296D

Black with #EA296D

Text Example


Text Example

White with #EA296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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