Html Css Color HEX #EA3075 Cerise

📋 copy color: '#EA3075'

red 234 ◦ green 48 ◦ blue 117

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

Shades of Cerise #EA3075

Tints of Cerise #EA3075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.03%

 BLUE value IS 117 (46.09% from 255) = 29.32%

R = 58.65%
G = 12.03%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA3075 (or 0xEA3075) is known color: Cerise. HEX triplet: EA, 30 and 75. RGB value is (234,48,117). Sum of RGB (Red+Green+Blue) = 234+48+117=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3075 is #15CF8A. Grayscale: #6F6F6F. Windows color (decimal): -1429387 or 7680234. OLE color: 7680234.

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

Color convert

RGB 234 48 117 -
CMYK 0 0.79 0.5 0.08
HSL 337.74º 0.82% 0.55% -
HSV(B) 337.74º 0.79% 0.92% -
XYZ 38.2 20.89 18.85 -
YUV 111.48 131.12 215.39 -
System Red Green Blue C M Y K H S L
Decimal 234 48 117 0 0.79 0.5 0.08 337.74 0.82 0.55
Hex EA 30 75 0 4F 32 8 152 52 37
Octal 352 60 165 0 117 62 10 522 122 67
Binary 11101010 110000 1110101 0 1001111 110010 1000 101010010 1010010 110111

Color Harmonies of #EA3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3075

Black with #EA3075

Text Example


Text Example

White with #EA3075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3075; }

 p { color: rgb(234,48,117); }

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

background-color css

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

 a { background-color: rgb(234,48,117); }

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

border-color css

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

 span { border-color: rgb(234,48,117); }

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