Html Css Color HEX #E41CA0 Persian Rose

📋 copy color: '#E41CA0'

red 228 ◦ green 28 ◦ blue 160

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

Shades of Persian Rose #E41CA0

Tints of Persian Rose #E41CA0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.73%

 BLUE value IS 160 (62.89% from 255) = 38.46%

R = 54.81%
G = 6.73%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E41CA0 (or 0xE41CA0) is known color: Persian Rose. HEX triplet: E4, 1C and A0. RGB value is (228,28,160). Sum of RGB (Red+Green+Blue) = 228+28+160=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E41CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41CA0 is #1BE35F. Grayscale: #666666. Windows color (decimal): -1827680 or 10493156. OLE color: 10493156.

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

Color convert

RGB 228 28 160 -
CMYK 0 0.88 0.30 0.11
HSL 320.4º 0.79% 0.5% -
HSV(B) 320.4º 0.88% 0.89% -
XYZ 38.76 19.86 35.05 -
YUV 102.85 160.26 217.27 -
System Red Green Blue C M Y K H S L
Decimal 228 28 160 0 0.88 0.30 0.11 320.4 0.79 0.5
Hex E4 1C A0 0 58 1E B 140 4F 32
Octal 344 34 240 0 130 36 13 500 117 62
Binary 11100100 11100 10100000 0 1011000 11110 1011 101000000 1001111 110010

Color Harmonies of #E41CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41CA0

Black with #E41CA0

Text Example


Text Example

White with #E41CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41CA0; }

 p { color: rgb(228,28,160); }

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

background-color css

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

 a { background-color: rgb(228,28,160); }

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

border-color css

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

 span { border-color: rgb(228,28,160); }

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