Html Css Color HEX #EA236A Cerise

📋 copy color: '#EA236A'

red 234 ◦ green 35 ◦ blue 106

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

Shades of Cerise #EA236A

Tints of Cerise #EA236A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 62.4%
G = 9.33%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA236A (or 0xEA236A) is known color: Cerise. HEX triplet: EA, 23 and 6A. RGB value is (234,35,106). Sum of RGB (Red+Green+Blue) = 234+35+106=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA236A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA236A is #15DC95. Grayscale: #666666. Windows color (decimal): -1432726 or 6956010. OLE color: 6956010.

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

Color convert

RGB 234 35 106 -
CMYK 0 0.85 0.55 0.08
HSL 338.59º 0.83% 0.53% -
HSV(B) 338.59º 0.85% 0.92% -
XYZ 37.13 19.74 15.49 -
YUV 102.6 129.93 221.73 -
System Red Green Blue C M Y K H S L
Decimal 234 35 106 0 0.85 0.55 0.08 338.59 0.83 0.53
Hex EA 23 6A 0 55 37 8 153 53 35
Octal 352 43 152 0 125 67 10 523 123 65
Binary 11101010 100011 1101010 0 1010101 110111 1000 101010011 1010011 110101

Color Harmonies of #EA236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA236A

Black with #EA236A

Text Example


Text Example

White with #EA236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA236A; }

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

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

background-color css

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

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

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

border-color css

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

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

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