Html Css Color HEX #E130A9 Persian Rose

📋 copy color: '#E130A9'

red 225 ◦ green 48 ◦ blue 169

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

Shades of Persian Rose #E130A9

Tints of Persian Rose #E130A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 38.24%

R = 50.9%
G = 10.86%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E130A9 (or 0xE130A9) is known color: Persian Rose. HEX triplet: E1, 30 and A9. RGB value is (225,48,169). Sum of RGB (Red+Green+Blue) = 225+48+169=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E130A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E130A9 is #1ECF56. Grayscale: #727272. Windows color (decimal): -2019159 or 11088097. OLE color: 11088097.

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

Color convert

RGB 225 48 169 -
CMYK 0 0.79 0.25 0.12
HSL 318.98º 0.75% 0.54% -
HSV(B) 318.98º 0.79% 0.88% -
XYZ 39.27 20.99 39.52 -
YUV 114.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 225 48 169 0 0.79 0.25 0.12 318.98 0.75 0.54
Hex E1 30 A9 0 4F 19 C 13F 4B 36
Octal 341 60 251 0 117 31 14 477 113 66
Binary 11100001 110000 10101001 0 1001111 11001 1100 100111111 1001011 110110

Color Harmonies of #E130A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130A9

Black with #E130A9

Text Example


Text Example

White with #E130A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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