Html Css Color HEX #E13CA7 Persian Rose

📋 copy color: '#E13CA7'

red 225 ◦ green 60 ◦ blue 167

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

Shades of Persian Rose #E13CA7

Tints of Persian Rose #E13CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.95%

R = 49.78%
G = 13.27%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E13CA7 (or 0xE13CA7) is known color: Persian Rose. HEX triplet: E1, 3C and A7. RGB value is (225,60,167). Sum of RGB (Red+Green+Blue) = 225+60+167=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13CA7 is #1EC358. Grayscale: #797979. Windows color (decimal): -2016089 or 10960097. OLE color: 10960097.

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

Color convert

RGB 225 60 167 -
CMYK 0 0.73 0.26 0.12
HSL 321.09º 0.73% 0.56% -
HSV(B) 321.09º 0.73% 0.88% -
XYZ 39.64 22.03 38.72 -
YUV 121.53 153.66 201.8 -
System Red Green Blue C M Y K H S L
Decimal 225 60 167 0 0.73 0.26 0.12 321.09 0.73 0.56
Hex E1 3C A7 0 49 1A C 141 49 38
Octal 341 74 247 0 111 32 14 501 111 70
Binary 11100001 111100 10100111 0 1001001 11010 1100 101000001 1001001 111000

Color Harmonies of #E13CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CA7

Black with #E13CA7

Text Example


Text Example

White with #E13CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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