Html Css Color HEX #EA1F81 Deep Cerise

📋 copy color: '#EA1F81'

red 234 ◦ green 31 ◦ blue 129

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

Shades of Deep Cerise #EA1F81

Tints of Deep Cerise #EA1F81

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.87%

 BLUE value IS 129 (50.78% from 255) = 32.74%

R = 59.39%
G = 7.87%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA1F81 (or 0xEA1F81) is known color: Deep Cerise. HEX triplet: EA, 1F and 81. RGB value is (234,31,129). Sum of RGB (Red+Green+Blue) = 234+31+129=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1F81 is #15E07E. Grayscale: #666666. Windows color (decimal): -1433727 or 8462314. OLE color: 8462314.

HSL color Cylindrical-coordinate representation of color #EA1F81: hue angle of 331.03º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA1F81 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 31 129 -
CMYK 0 0.87 0.45 0.08
HSL 331.03º 0.83% 0.52% -
HSV(B) 331.03º 0.87% 0.92% -
XYZ 38.38 20.06 22.62 -
YUV 102.87 142.75 221.53 -
System Red Green Blue C M Y K H S L
Decimal 234 31 129 0 0.87 0.45 0.08 331.03 0.83 0.52
Hex EA 1F 81 0 57 2D 8 14B 53 34
Octal 352 37 201 0 127 55 10 513 123 64
Binary 11101010 11111 10000001 0 1010111 101101 1000 101001011 1010011 110100

Color Harmonies of #EA1F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1F81

Black with #EA1F81

Text Example


Text Example

White with #EA1F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1F81; }

 p { color: rgb(234,31,129); }

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

background-color css

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

 a { background-color: rgb(234,31,129); }

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

border-color css

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

 span { border-color: rgb(234,31,129); }

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