Html Css Color HEX #E180C0 Persian Pink

📋 copy color: '#E180C0'

red 225 ◦ green 128 ◦ blue 192

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

Shades of Persian Pink #E180C0

Tints of Persian Pink #E180C0

RGB

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

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

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

R = 41.28%
G = 23.49%
B = 35.23%

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

#E180C0 (or 0xE180C0) is known color: Persian Pink. HEX triplet: E1, 80 and C0. RGB value is (225,128,192). Sum of RGB (Red+Green+Blue) = 225+128+192=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E180C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180C0 is #1E7F3F. Grayscale: #A4A4A4. Windows color (decimal): -1998656 or 12615905. OLE color: 12615905.

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

Color convert

RGB 225 128 192 -
CMYK 0 0.43 0.15 0.12
HSL 320.41º 0.62% 0.69% -
HSV(B) 320.41º 0.43% 0.88% -
XYZ 48.28 35.25 54.13 -
YUV 164.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 225 128 192 0 0.43 0.15 0.12 320.41 0.62 0.69
Hex E1 80 C0 0 2B F C 140 3E 45
Octal 341 200 300 0 53 17 14 500 76 105
Binary 11100001 10000000 11000000 0 101011 1111 1100 101000000 111110 1000101

Color Harmonies of #E180C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E180C0

Black with #E180C0

Text Example


Text Example

White with #E180C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E180C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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