Html Css Color HEX #E01A7F Deep Cerise

📋 copy color: '#E01A7F'

red 224 ◦ green 26 ◦ blue 127

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

Shades of Deep Cerise #E01A7F

Tints of Deep Cerise #E01A7F

RGB

 RED value IS 224 (87.89% from 255) = 59.42%

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

 BLUE value IS 127 (50% from 255) = 33.69%

R = 59.42%
G = 6.9%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E01A7F (or 0xE01A7F) is known color: Deep Cerise. HEX triplet: E0, 1A and 7F. RGB value is (224,26,127). Sum of RGB (Red+Green+Blue) = 224+26+127=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E01A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01A7F is #1FE580. Grayscale: #606060. Windows color (decimal): -2090369 or 8329952. OLE color: 8329952.

HSL color Cylindrical-coordinate representation of color #E01A7F: hue angle of 329.39º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01A7F is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 26 127 -
CMYK 0 0.88 0.43 0.12
HSL 329.39º 0.79% 0.49% -
HSV(B) 329.39º 0.88% 0.88% -
XYZ 34.94 18.12 21.73 -
YUV 96.72 145.1 218.79 -
System Red Green Blue C M Y K H S L
Decimal 224 26 127 0 0.88 0.43 0.12 329.39 0.79 0.49
Hex E0 1A 7F 0 58 2B C 149 4F 31
Octal 340 32 177 0 130 53 14 511 117 61
Binary 11100000 11010 1111111 0 1011000 101011 1100 101001001 1001111 110001

Color Harmonies of #E01A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01A7F

Black with #E01A7F

Text Example


Text Example

White with #E01A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01A7F; }

 p { color: rgb(224,26,127); }

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

background-color css

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

 a { background-color: rgb(224,26,127); }

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

border-color css

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

 span { border-color: rgb(224,26,127); }

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