Html Css Color HEX #E180B5 Persian Pink

📋 copy color: '#E180B5'

red 225 ◦ green 128 ◦ blue 181

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

Shades of Persian Pink #E180B5

Tints of Persian Pink #E180B5

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.97%

 BLUE value IS 181 (71.09% from 255) = 33.9%

R = 42.13%
G = 23.97%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E180B5 (or 0xE180B5) is known color: Persian Pink. HEX triplet: E1, 80 and B5. RGB value is (225,128,181). Sum of RGB (Red+Green+Blue) = 225+128+181=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E180B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180B5 is #1E7F4A. Grayscale: #A2A2A2. Windows color (decimal): -1998667 or 11895009. OLE color: 11895009.

HSL color Cylindrical-coordinate representation of color #E180B5: hue angle of 327.22º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180B5 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 128 181 -
CMYK 0 0.43 0.20 0.12
HSL 327.22º 0.62% 0.69% -
HSV(B) 327.22º 0.43% 0.88% -
XYZ 47.11 34.78 47.95 -
YUV 163.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 225 128 181 0 0.43 0.20 0.12 327.22 0.62 0.69
Hex E1 80 B5 0 2B 14 C 147 3E 45
Octal 341 200 265 0 53 24 14 507 76 105
Binary 11100001 10000000 10110101 0 101011 10100 1100 101000111 111110 1000101

Color Harmonies of #E180B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E180B5

Black with #E180B5

Text Example


Text Example

White with #E180B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E180B5; }

 p { color: rgb(225,128,181); }

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

background-color css

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

 a { background-color: rgb(225,128,181); }

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

border-color css

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

 span { border-color: rgb(225,128,181); }

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