Html Css Color HEX #E13EAC Persian Rose

📋 copy color: '#E13EAC'

red 225 ◦ green 62 ◦ blue 172

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

Shades of Persian Rose #E13EAC

Tints of Persian Rose #E13EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.51%

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

R = 49.02%
G = 13.51%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E13EAC (or 0xE13EAC) is known color: Persian Rose. HEX triplet: E1, 3E and AC. RGB value is (225,62,172). Sum of RGB (Red+Green+Blue) = 225+62+172=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E13EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13EAC is #1EC153. Grayscale: #7B7B7B. Windows color (decimal): -2015572 or 11288289. OLE color: 11288289.

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

Color convert

RGB 225 62 172 -
CMYK 0 0.72 0.24 0.12
HSL 319.51º 0.73% 0.56% -
HSV(B) 319.51º 0.72% 0.88% -
XYZ 40.22 22.43 41.24 -
YUV 123.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 225 62 172 0 0.72 0.24 0.12 319.51 0.73 0.56
Hex E1 3E AC 0 48 18 C 140 49 38
Octal 341 76 254 0 110 30 14 500 111 70
Binary 11100001 111110 10101100 0 1001000 11000 1100 101000000 1001001 111000

Color Harmonies of #E13EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13EAC

Black with #E13EAC

Text Example


Text Example

White with #E13EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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