Html Css Color HEX #E081C0 Persian Pink

📋 copy color: '#E081C0'

red 224 ◦ green 129 ◦ blue 192

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

Shades of Persian Pink #E081C0

Tints of Persian Pink #E081C0

RGB

 RED value IS 224 (87.89% from 255) = 41.1%

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

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

R = 41.1%
G = 23.67%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E081C0 (or 0xE081C0) is known color: Persian Pink. HEX triplet: E0, 81 and C0. RGB value is (224,129,192). Sum of RGB (Red+Green+Blue) = 224+129+192=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E081C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081C0 is #1F7E3F. Grayscale: #A4A4A4. Windows color (decimal): -2063936 or 12616160. OLE color: 12616160.

HSL color Cylindrical-coordinate representation of color #E081C0: hue angle of 320.21º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081C0 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 129 192 -
CMYK 0 0.42 0.14 0.12
HSL 320.21º 0.61% 0.69% -
HSV(B) 320.21º 0.42% 0.88% -
XYZ 48.11 35.35 54.16 -
YUV 164.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 224 129 192 0 0.42 0.14 0.12 320.21 0.61 0.69
Hex E0 81 C0 0 2A E C 140 3D 45
Octal 340 201 300 0 52 16 14 500 75 105
Binary 11100000 10000001 11000000 0 101010 1110 1100 101000000 111101 1000101

Color Harmonies of #E081C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081C0

Black with #E081C0

Text Example


Text Example

White with #E081C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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