Html Css Color HEX #E13BAC Persian Rose

📋 copy color: '#E13BAC'

red 225 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #E13BAC

Tints of Persian Rose #E13BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.94%

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

R = 49.34%
G = 12.94%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E13BAC (or 0xE13BAC) is known color: Persian Rose. HEX triplet: E1, 3B and AC. RGB value is (225,59,172). Sum of RGB (Red+Green+Blue) = 225+59+172=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13BAC is #1EC453. Grayscale: #797979. Windows color (decimal): -2016340 or 11287521. OLE color: 11287521.

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

Color convert

RGB 225 59 172 -
CMYK 0 0.74 0.24 0.12
HSL 319.16º 0.73% 0.56% -
HSV(B) 319.16º 0.74% 0.88% -
XYZ 40.06 22.11 41.19 -
YUV 121.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 225 59 172 0 0.74 0.24 0.12 319.16 0.73 0.56
Hex E1 3B AC 0 4A 18 C 13F 49 38
Octal 341 73 254 0 112 30 14 477 111 70
Binary 11100001 111011 10101100 0 1001010 11000 1100 100111111 1001001 111000

Color Harmonies of #E13BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13BAC

Black with #E13BAC

Text Example


Text Example

White with #E13BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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