Html Css Color HEX #E130A3 Persian Rose

📋 copy color: '#E130A3'

red 225 ◦ green 48 ◦ blue 163

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

Shades of Persian Rose #E130A3

Tints of Persian Rose #E130A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.39%

R = 51.61%
G = 11.01%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E130A3 (or 0xE130A3) is known color: Persian Rose. HEX triplet: E1, 30 and A3. RGB value is (225,48,163). Sum of RGB (Red+Green+Blue) = 225+48+163=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E130A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E130A3 is #1ECF5C. Grayscale: #717171. Windows color (decimal): -2019165 or 10694881. OLE color: 10694881.

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

Color convert

RGB 225 48 163 -
CMYK 0 0.79 0.28 0.12
HSL 321.02º 0.75% 0.54% -
HSV(B) 321.02º 0.79% 0.88% -
XYZ 38.72 20.77 36.62 -
YUV 114.03 155.64 207.15 -
System Red Green Blue C M Y K H S L
Decimal 225 48 163 0 0.79 0.28 0.12 321.02 0.75 0.54
Hex E1 30 A3 0 4F 1C C 141 4B 36
Octal 341 60 243 0 117 34 14 501 113 66
Binary 11100001 110000 10100011 0 1001111 11100 1100 101000001 1001011 110110

Color Harmonies of #E130A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130A3

Black with #E130A3

Text Example


Text Example

White with #E130A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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