Html Css Color HEX #E13CAC Persian Rose

📋 copy color: '#E13CAC'

red 225 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #E13CAC

Tints of Persian Rose #E13CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.64%

R = 49.23%
G = 13.13%
B = 37.64%

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

#E13CAC (or 0xE13CAC) is known color: Persian Rose. HEX triplet: E1, 3C and AC. RGB value is (225,60,172). Sum of RGB (Red+Green+Blue) = 225+60+172=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13CAC is #1EC353. Grayscale: #797979. Windows color (decimal): -2016084 or 11287777. OLE color: 11287777.

HSL color Cylindrical-coordinate representation of color #E13CAC: hue angle of 319.27º 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 #E13CAC is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 60 172 -
CMYK 0 0.73 0.24 0.12
HSL 319.27º 0.73% 0.56% -
HSV(B) 319.27º 0.73% 0.88% -
XYZ 40.11 22.22 41.2 -
YUV 122.1 156.16 201.39 -
System Red Green Blue C M Y K H S L
Decimal 225 60 172 0 0.73 0.24 0.12 319.27 0.73 0.56
Hex E1 3C AC 0 49 18 C 13F 49 38
Octal 341 74 254 0 111 30 14 477 111 70
Binary 11100001 111100 10101100 0 1001001 11000 1100 100111111 1001001 111000

Color Harmonies of #E13CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CAC

Black with #E13CAC

Text Example


Text Example

White with #E13CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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