Html Css Color HEX #E180B9 Persian Pink

📋 copy color: '#E180B9'

red 225 ◦ green 128 ◦ blue 185

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

Shades of Persian Pink #E180B9

Tints of Persian Pink #E180B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.39%

R = 41.82%
G = 23.79%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E180B9 (or 0xE180B9) is known color: Persian Pink. HEX triplet: E1, 80 and B9. RGB value is (225,128,185). Sum of RGB (Red+Green+Blue) = 225+128+185=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E180B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180B9 is #1E7F46. Grayscale: #A3A3A3. Windows color (decimal): -1998663 or 12157153. OLE color: 12157153.

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

Color convert

RGB 225 128 185 -
CMYK 0 0.43 0.18 0.12
HSL 324.74º 0.62% 0.69% -
HSV(B) 324.74º 0.43% 0.88% -
XYZ 47.53 34.95 50.14 -
YUV 163.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 225 128 185 0 0.43 0.18 0.12 324.74 0.62 0.69
Hex E1 80 B9 0 2B 12 C 145 3E 45
Octal 341 200 271 0 53 22 14 505 76 105
Binary 11100001 10000000 10111001 0 101011 10010 1100 101000101 111110 1000101

Color Harmonies of #E180B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E180B9

Black with #E180B9

Text Example


Text Example

White with #E180B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E180B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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