Html Css Color HEX #E181BA Persian Pink

📋 copy color: '#E181BA'

red 225 ◦ green 129 ◦ blue 186

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

Shades of Persian Pink #E181BA

Tints of Persian Pink #E181BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.44%

R = 41.67%
G = 23.89%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E181BA (or 0xE181BA) is known color: Persian Pink. HEX triplet: E1, 81 and BA. RGB value is (225,129,186). Sum of RGB (Red+Green+Blue) = 225+129+186=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E181BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181BA is #1E7E45. Grayscale: #A4A4A4. Windows color (decimal): -1998406 or 12222945. OLE color: 12222945.

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

Color convert

RGB 225 129 186 -
CMYK 0 0.43 0.17 0.12
HSL 324.38º 0.62% 0.69% -
HSV(B) 324.38º 0.43% 0.88% -
XYZ 47.76 35.25 50.74 -
YUV 164.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 225 129 186 0 0.43 0.17 0.12 324.38 0.62 0.69
Hex E1 81 BA 0 2B 11 C 144 3E 45
Octal 341 201 272 0 53 21 14 504 76 105
Binary 11100001 10000001 10111010 0 101011 10001 1100 101000100 111110 1000101

Color Harmonies of #E181BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E181BA

Black with #E181BA

Text Example


Text Example

White with #E181BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E181BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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