Html Css Color HEX #E181C0 Persian Pink

📋 copy color: '#E181C0'

red 225 ◦ green 129 ◦ blue 192

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

Shades of Persian Pink #E181C0

Tints of Persian Pink #E181C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.16%

R = 41.21%
G = 23.63%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E181C0 (or 0xE181C0) is known color: Persian Pink. HEX triplet: E1, 81 and C0. RGB value is (225,129,192). Sum of RGB (Red+Green+Blue) = 225+129+192=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E181C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181C0 is #1E7E3F. Grayscale: #A4A4A4. Windows color (decimal): -1998400 or 12616161. OLE color: 12616161.

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

Color convert

RGB 225 129 192 -
CMYK 0 0.43 0.15 0.12
HSL 320.63º 0.62% 0.69% -
HSV(B) 320.63º 0.43% 0.88% -
XYZ 48.42 35.51 54.17 -
YUV 164.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 225 129 192 0 0.43 0.15 0.12 320.63 0.62 0.69
Hex E1 81 C0 0 2B F C 141 3E 45
Octal 341 201 300 0 53 17 14 501 76 105
Binary 11100001 10000001 11000000 0 101011 1111 1100 101000001 111110 1000101

Color Harmonies of #E181C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E181C0

Black with #E181C0

Text Example


Text Example

White with #E181C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E181C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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