Html Css Color HEX #EA366A Cerise

📋 copy color: '#EA366A'

red 234 ◦ green 54 ◦ blue 106

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

Shades of Cerise #EA366A

Tints of Cerise #EA366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.71%

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

R = 59.39%
G = 13.71%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA366A (or 0xEA366A) is known color: Cerise. HEX triplet: EA, 36 and 6A. RGB value is (234,54,106). Sum of RGB (Red+Green+Blue) = 234+54+106=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA366A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA366A is #15C995. Grayscale: #717171. Windows color (decimal): -1427862 or 6960874. OLE color: 6960874.

HSL color Cylindrical-coordinate representation of color #EA366A: hue angle of 342.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA366A is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 54 106 -
CMYK 0 0.77 0.55 0.08
HSL 342.67º 0.81% 0.56% -
HSV(B) 342.67º 0.77% 0.92% -
XYZ 37.85 21.17 15.73 -
YUV 113.75 123.63 213.77 -
System Red Green Blue C M Y K H S L
Decimal 234 54 106 0 0.77 0.55 0.08 342.67 0.81 0.56
Hex EA 36 6A 0 4D 37 8 157 51 38
Octal 352 66 152 0 115 67 10 527 121 70
Binary 11101010 110110 1101010 0 1001101 110111 1000 101010111 1010001 111000

Color Harmonies of #EA366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA366A

Black with #EA366A

Text Example


Text Example

White with #EA366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA366A; }

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

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

background-color css

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

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

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

border-color css

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

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

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