Html Css Color HEX #E081C2 Persian Pink

📋 copy color: '#E081C2'

red 224 ◦ green 129 ◦ blue 194

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

Shades of Persian Pink #E081C2

Tints of Persian Pink #E081C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 40.95%
G = 23.58%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E081C2 (or 0xE081C2) is known color: Persian Pink. HEX triplet: E0, 81 and C2. RGB value is (224,129,194). Sum of RGB (Red+Green+Blue) = 224+129+194=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E081C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081C2 is #1F7E3D. Grayscale: #A4A4A4. Windows color (decimal): -2063934 or 12747232. OLE color: 12747232.

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

Color convert

RGB 224 129 194 -
CMYK 0 0.42 0.13 0.12
HSL 318.95º 0.61% 0.69% -
HSV(B) 318.95º 0.42% 0.88% -
XYZ 48.33 35.44 55.33 -
YUV 164.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 224 129 194 0 0.42 0.13 0.12 318.95 0.61 0.69
Hex E0 81 C2 0 2A D C 13F 3D 45
Octal 340 201 302 0 52 15 14 477 75 105
Binary 11100000 10000001 11000010 0 101010 1101 1100 100111111 111101 1000101

Color Harmonies of #E081C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081C2

Black with #E081C2

Text Example


Text Example

White with #E081C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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