Html Css Color HEX #E41D7A Deep Cerise

📋 copy color: '#E41D7A'

red 228 ◦ green 29 ◦ blue 122

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

Shades of Deep Cerise #E41D7A

Tints of Deep Cerise #E41D7A

RGB

 RED value IS 228 (89.45% from 255) = 60.16%

 GREEN value IS 29 (11.72% from 255) = 7.65%

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

R = 60.16%
G = 7.65%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E41D7A (or 0xE41D7A) is known color: Deep Cerise. HEX triplet: E4, 1D and 7A. RGB value is (228,29,122). Sum of RGB (Red+Green+Blue) = 228+29+122=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41D7A is #1BE285. Grayscale: #626262. Windows color (decimal): -1827462 or 8003044. OLE color: 8003044.

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

Color convert

RGB 228 29 122 -
CMYK 0 0.87 0.46 0.11
HSL 331.96º 0.79% 0.5% -
HSV(B) 331.96º 0.87% 0.89% -
XYZ 35.95 18.78 20.14 -
YUV 99.1 140.93 219.94 -
System Red Green Blue C M Y K H S L
Decimal 228 29 122 0 0.87 0.46 0.11 331.96 0.79 0.5
Hex E4 1D 7A 0 57 2E B 14C 4F 32
Octal 344 35 172 0 127 56 13 514 117 62
Binary 11100100 11101 1111010 0 1010111 101110 1011 101001100 1001111 110010

Color Harmonies of #E41D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41D7A

Black with #E41D7A

Text Example


Text Example

White with #E41D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41D7A; }

 p { color: rgb(228,29,122); }

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

background-color css

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

 a { background-color: rgb(228,29,122); }

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

border-color css

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

 span { border-color: rgb(228,29,122); }

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