Html Css Color HEX #EA3365 Cerise

📋 copy color: '#EA3365'

red 234 ◦ green 51 ◦ blue 101

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

Shades of Cerise #EA3365

Tints of Cerise #EA3365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.21%

 BLUE value IS 101 (39.84% from 255) = 26.17%

R = 60.62%
G = 13.21%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA3365 (or 0xEA3365) is known color: Cerise. HEX triplet: EA, 33 and 65. RGB value is (234,51,101). Sum of RGB (Red+Green+Blue) = 234+51+101=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3365 is #15CC9A. Grayscale: #6F6F6F. Windows color (decimal): -1428635 or 6632426. OLE color: 6632426.

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

Color convert

RGB 234 51 101 -
CMYK 0 0.78 0.57 0.08
HSL 343.61º 0.81% 0.56% -
HSV(B) 343.61º 0.78% 0.92% -
XYZ 37.46 20.8 14.35 -
YUV 111.42 122.13 215.43 -
System Red Green Blue C M Y K H S L
Decimal 234 51 101 0 0.78 0.57 0.08 343.61 0.81 0.56
Hex EA 33 65 0 4E 39 8 158 51 38
Octal 352 63 145 0 116 71 10 530 121 70
Binary 11101010 110011 1100101 0 1001110 111001 1000 101011000 1010001 111000

Color Harmonies of #EA3365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3365

Black with #EA3365

Text Example


Text Example

White with #EA3365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3365; }

 p { color: rgb(234,51,101); }

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

background-color css

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

 a { background-color: rgb(234,51,101); }

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

border-color css

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

 span { border-color: rgb(234,51,101); }

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