Html Css Color HEX #E11CA1 Persian Rose

📋 copy color: '#E11CA1'

red 225 ◦ green 28 ◦ blue 161

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

Shades of Persian Rose #E11CA1

Tints of Persian Rose #E11CA1

RGB

 RED value IS 225 (88.28% from 255) = 54.35%

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

 BLUE value IS 161 (63.28% from 255) = 38.89%

R = 54.35%
G = 6.76%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E11CA1 (or 0xE11CA1) is known color: Persian Rose. HEX triplet: E1, 1C and A1. RGB value is (225,28,161). Sum of RGB (Red+Green+Blue) = 225+28+161=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11CA1 is #1EE35E. Grayscale: #656565. Windows color (decimal): -2024287 or 10558689. OLE color: 10558689.

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

Color convert

RGB 225 28 161 -
CMYK 0 0.88 0.28 0.12
HSL 319.49º 0.78% 0.5% -
HSV(B) 319.49º 0.88% 0.88% -
XYZ 37.9 19.41 35.47 -
YUV 102.07 161.27 215.69 -
System Red Green Blue C M Y K H S L
Decimal 225 28 161 0 0.88 0.28 0.12 319.49 0.78 0.5
Hex E1 1C A1 0 58 1C C 13F 4E 32
Octal 341 34 241 0 130 34 14 477 116 62
Binary 11100001 11100 10100001 0 1011000 11100 1100 100111111 1001110 110010

Color Harmonies of #E11CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CA1

Black with #E11CA1

Text Example


Text Example

White with #E11CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CA1; }

 p { color: rgb(225,28,161); }

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

background-color css

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

 a { background-color: rgb(225,28,161); }

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

border-color css

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

 span { border-color: rgb(225,28,161); }

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