Html Css Color HEX #EA3271 Cerise

📋 copy color: '#EA3271'

red 234 ◦ green 50 ◦ blue 113

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

Shades of Cerise #EA3271

Tints of Cerise #EA3271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 58.94%
G = 12.59%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA3271 (or 0xEA3271) is known color: Cerise. HEX triplet: EA, 32 and 71. RGB value is (234,50,113). Sum of RGB (Red+Green+Blue) = 234+50+113=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3271 is #15CD8E. Grayscale: #707070. Windows color (decimal): -1428879 or 7418602. OLE color: 7418602.

HSL color Cylindrical-coordinate representation of color #EA3271: hue angle of 339.46º 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 #EA3271 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 50 113 -
CMYK 0 0.79 0.52 0.08
HSL 339.46º 0.81% 0.56% -
HSV(B) 339.46º 0.79% 0.92% -
XYZ 38.05 20.97 17.66 -
YUV 112.2 128.46 214.88 -
System Red Green Blue C M Y K H S L
Decimal 234 50 113 0 0.79 0.52 0.08 339.46 0.81 0.56
Hex EA 32 71 0 4F 34 8 153 51 38
Octal 352 62 161 0 117 64 10 523 121 70
Binary 11101010 110010 1110001 0 1001111 110100 1000 101010011 1010001 111000

Color Harmonies of #EA3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3271

Black with #EA3271

Text Example


Text Example

White with #EA3271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3271; }

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

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

background-color css

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

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

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

border-color css

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

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

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