Html Css Color HEX #E13CAB Persian Rose

📋 copy color: '#E13CAB'

red 225 ◦ green 60 ◦ blue 171

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

Shades of Persian Rose #E13CAB

Tints of Persian Rose #E13CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.16%

 BLUE value IS 171 (67.19% from 255) = 37.5%

R = 49.34%
G = 13.16%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E13CAB (or 0xE13CAB) is known color: Persian Rose. HEX triplet: E1, 3C and AB. RGB value is (225,60,171). Sum of RGB (Red+Green+Blue) = 225+60+171=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13CAB is #1EC354. Grayscale: #797979. Windows color (decimal): -2016085 or 11222241. OLE color: 11222241.

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

Color convert

RGB 225 60 171 -
CMYK 0 0.73 0.24 0.12
HSL 319.64º 0.73% 0.56% -
HSV(B) 319.64º 0.73% 0.88% -
XYZ 40.02 22.18 40.7 -
YUV 121.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 225 60 171 0 0.73 0.24 0.12 319.64 0.73 0.56
Hex E1 3C AB 0 49 18 C 140 49 38
Octal 341 74 253 0 111 30 14 500 111 70
Binary 11100001 111100 10101011 0 1001001 11000 1100 101000000 1001001 111000

Color Harmonies of #E13CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CAB

Black with #E13CAB

Text Example


Text Example

White with #E13CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CAB; }

 p { color: rgb(225,60,171); }

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

background-color css

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

 a { background-color: rgb(225,60,171); }

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

border-color css

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

 span { border-color: rgb(225,60,171); }

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