Html Css Color HEX #E125A0 Persian Rose

📋 copy color: '#E125A0'

red 225 ◦ green 37 ◦ blue 160

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

Shades of Persian Rose #E125A0

Tints of Persian Rose #E125A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.77%

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 53.32%
G = 8.77%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E125A0 (or 0xE125A0) is known color: Persian Rose. HEX triplet: E1, 25 and A0. RGB value is (225,37,160). Sum of RGB (Red+Green+Blue) = 225+37+160=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E125A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E125A0 is #1EDA5F. Grayscale: #6A6A6A. Windows color (decimal): -2021984 or 10495457. OLE color: 10495457.

HSL color Cylindrical-coordinate representation of color #E125A0: hue angle of 320.74º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E125A0 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 37 160 -
CMYK 0 0.84 0.29 0.12
HSL 320.74º 0.76% 0.51% -
HSV(B) 320.74º 0.84% 0.88% -
XYZ 38.06 19.87 35.09 -
YUV 107.23 157.78 212 -
System Red Green Blue C M Y K H S L
Decimal 225 37 160 0 0.84 0.29 0.12 320.74 0.76 0.51
Hex E1 25 A0 0 54 1D C 141 4C 33
Octal 341 45 240 0 124 35 14 501 114 63
Binary 11100001 100101 10100000 0 1010100 11101 1100 101000001 1001100 110011

Color Harmonies of #E125A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E125A0

Black with #E125A0

Text Example


Text Example

White with #E125A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E125A0; }

 p { color: rgb(225,37,160); }

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

background-color css

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

 a { background-color: rgb(225,37,160); }

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

border-color css

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

 span { border-color: rgb(225,37,160); }

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