Html Css Color HEX #EA3765 Cerise

📋 copy color: '#EA3765'

red 234 ◦ green 55 ◦ blue 101

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

Shades of Cerise #EA3765

Tints of Cerise #EA3765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.1%

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

R = 60%
G = 14.1%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA3765 (or 0xEA3765) is known color: Cerise. HEX triplet: EA, 37 and 65. RGB value is (234,55,101). Sum of RGB (Red+Green+Blue) = 234+55+101=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3765 is #15C89A. Grayscale: #717171. Windows color (decimal): -1427611 or 6633450. OLE color: 6633450.

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

Color convert

RGB 234 55 101 -
CMYK 0 0.76 0.57 0.08
HSL 344.58º 0.81% 0.57% -
HSV(B) 344.58º 0.76% 0.92% -
XYZ 37.65 21.16 14.41 -
YUV 113.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 234 55 101 0 0.76 0.57 0.08 344.58 0.81 0.57
Hex EA 37 65 0 4C 39 8 159 51 39
Octal 352 67 145 0 114 71 10 531 121 71
Binary 11101010 110111 1100101 0 1001100 111001 1000 101011001 1010001 111001

Color Harmonies of #EA3765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3765

Black with #EA3765

Text Example


Text Example

White with #EA3765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3765; }

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

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

background-color css

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

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

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

border-color css

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

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

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