Html Css Color HEX #E130AC Persian Rose

📋 copy color: '#E130AC'

red 225 ◦ green 48 ◦ blue 172

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

Shades of Persian Rose #E130AC

Tints of Persian Rose #E130AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.79%

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

R = 50.56%
G = 10.79%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E130AC (or 0xE130AC) is known color: Persian Rose. HEX triplet: E1, 30 and AC. RGB value is (225,48,172). Sum of RGB (Red+Green+Blue) = 225+48+172=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E130AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E130AC is #1ECF53. Grayscale: #727272. Windows color (decimal): -2019156 or 11284705. OLE color: 11284705.

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

Color convert

RGB 225 48 172 -
CMYK 0 0.79 0.24 0.12
HSL 317.97º 0.75% 0.54% -
HSV(B) 317.97º 0.79% 0.88% -
XYZ 39.55 21.1 41.02 -
YUV 115.06 160.14 206.42 -
System Red Green Blue C M Y K H S L
Decimal 225 48 172 0 0.79 0.24 0.12 317.97 0.75 0.54
Hex E1 30 AC 0 4F 18 C 13E 4B 36
Octal 341 60 254 0 117 30 14 476 113 66
Binary 11100001 110000 10101100 0 1001111 11000 1100 100111110 1001011 110110

Color Harmonies of #E130AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130AC

Black with #E130AC

Text Example


Text Example

White with #E130AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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