Html Css Color HEX #E181BC Persian Pink

📋 copy color: '#E181BC'

red 225 ◦ green 129 ◦ blue 188

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

Shades of Persian Pink #E181BC

Tints of Persian Pink #E181BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.69%

R = 41.51%
G = 23.8%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E181BC (or 0xE181BC) is known color: Persian Pink. HEX triplet: E1, 81 and BC. RGB value is (225,129,188). Sum of RGB (Red+Green+Blue) = 225+129+188=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E181BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181BC is #1E7E43. Grayscale: #A4A4A4. Windows color (decimal): -1998404 or 12354017. OLE color: 12354017.

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

Color convert

RGB 225 129 188 -
CMYK 0 0.43 0.16 0.12
HSL 323.13º 0.62% 0.69% -
HSV(B) 323.13º 0.43% 0.88% -
XYZ 47.98 35.34 51.87 -
YUV 164.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 225 129 188 0 0.43 0.16 0.12 323.13 0.62 0.69
Hex E1 81 BC 0 2B 10 C 143 3E 45
Octal 341 201 274 0 53 20 14 503 76 105
Binary 11100001 10000001 10111100 0 101011 10000 1100 101000011 111110 1000101

Color Harmonies of #E181BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E181BC

Black with #E181BC

Text Example


Text Example

White with #E181BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E181BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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