Html Css Color HEX #E31A7A Deep Cerise

📋 copy color: '#E31A7A'

red 227 ◦ green 26 ◦ blue 122

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

Shades of Deep Cerise #E31A7A

Tints of Deep Cerise #E31A7A

RGB

 RED value IS 227 (89.06% from 255) = 60.53%

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 60.53%
G = 6.93%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E31A7A (or 0xE31A7A) is known color: Deep Cerise. HEX triplet: E3, 1A and 7A. RGB value is (227,26,122). Sum of RGB (Red+Green+Blue) = 227+26+122=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E31A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31A7A is #1CE585. Grayscale: #606060. Windows color (decimal): -1893766 or 8002275. OLE color: 8002275.

HSL color Cylindrical-coordinate representation of color #E31A7A: hue angle of 331.34º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31A7A is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 26 122 -
CMYK 0 0.89 0.46 0.11
HSL 331.34º 0.79% 0.5% -
HSV(B) 331.34º 0.89% 0.89% -
XYZ 35.56 18.47 20.1 -
YUV 97.04 142.09 220.69 -
System Red Green Blue C M Y K H S L
Decimal 227 26 122 0 0.89 0.46 0.11 331.34 0.79 0.5
Hex E3 1A 7A 0 59 2E B 14B 4F 32
Octal 343 32 172 0 131 56 13 513 117 62
Binary 11100011 11010 1111010 0 1011001 101110 1011 101001011 1001111 110010

Color Harmonies of #E31A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31A7A

Black with #E31A7A

Text Example


Text Example

White with #E31A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31A7A; }

 p { color: rgb(227,26,122); }

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

background-color css

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

 a { background-color: rgb(227,26,122); }

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

border-color css

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

 span { border-color: rgb(227,26,122); }

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