Html Css Color HEX #EA3275 Cerise

📋 copy color: '#EA3275'

red 234 ◦ green 50 ◦ blue 117

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

Shades of Cerise #EA3275

Tints of Cerise #EA3275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.47%

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

R = 58.35%
G = 12.47%
B = 29.18%

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

#EA3275 (or 0xEA3275) is known color: Cerise. HEX triplet: EA, 32 and 75. RGB value is (234,50,117). Sum of RGB (Red+Green+Blue) = 234+50+117=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3275 is #15CD8A. Grayscale: #707070. Windows color (decimal): -1428875 or 7680746. OLE color: 7680746.

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

Color convert

RGB 234 50 117 -
CMYK 0 0.79 0.5 0.08
HSL 338.15º 0.81% 0.56% -
HSV(B) 338.15º 0.79% 0.92% -
XYZ 38.28 21.06 18.88 -
YUV 112.65 130.46 214.55 -
System Red Green Blue C M Y K H S L
Decimal 234 50 117 0 0.79 0.5 0.08 338.15 0.81 0.56
Hex EA 32 75 0 4F 32 8 152 51 38
Octal 352 62 165 0 117 62 10 522 121 70
Binary 11101010 110010 1110101 0 1001111 110010 1000 101010010 1010001 111000

Color Harmonies of #EA3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3275

Black with #EA3275

Text Example


Text Example

White with #EA3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3275; }

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

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

background-color css

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

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

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

border-color css

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

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

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