Html Css Color HEX #E181B9 Persian Pink

📋 copy color: '#E181B9'

red 225 ◦ green 129 ◦ blue 185

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

Shades of Persian Pink #E181B9

Tints of Persian Pink #E181B9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.93%

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

R = 41.74%
G = 23.93%
B = 34.32%

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

#E181B9 (or 0xE181B9) is known color: Persian Pink. HEX triplet: E1, 81 and B9. RGB value is (225,129,185). Sum of RGB (Red+Green+Blue) = 225+129+185=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E181B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181B9 is #1E7E46. Grayscale: #A3A3A3. Windows color (decimal): -1998407 or 12157409. OLE color: 12157409.

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

Color convert

RGB 225 129 185 -
CMYK 0 0.43 0.18 0.12
HSL 325º 0.62% 0.69% -
HSV(B) 325º 0.43% 0.88% -
XYZ 47.66 35.21 50.18 -
YUV 164.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 225 129 185 0 0.43 0.18 0.12 325 0.62 0.69
Hex E1 81 B9 0 2B 12 C 145 3E 45
Octal 341 201 271 0 53 22 14 505 76 105
Binary 11100001 10000001 10111001 0 101011 10010 1100 101000101 111110 1000101

Color Harmonies of #E181B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E181B9

Black with #E181B9

Text Example


Text Example

White with #E181B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E181B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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