Html Css Color HEX #E080C2 Persian Pink

📋 copy color: '#E080C2'

red 224 ◦ green 128 ◦ blue 194

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

Shades of Persian Pink #E080C2

Tints of Persian Pink #E080C2

RGB

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

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

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

R = 41.03%
G = 23.44%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E080C2 (or 0xE080C2) is known color: Persian Pink. HEX triplet: E0, 80 and C2. RGB value is (224,128,194). Sum of RGB (Red+Green+Blue) = 224+128+194=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E080C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080C2 is #1F7F3D. Grayscale: #A4A4A4. Windows color (decimal): -2064190 or 12746976. OLE color: 12746976.

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

Color convert

RGB 224 128 194 -
CMYK 0 0.43 0.13 0.12
HSL 318.75º 0.61% 0.69% -
HSV(B) 318.75º 0.43% 0.88% -
XYZ 48.2 35.18 55.29 -
YUV 164.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 224 128 194 0 0.43 0.13 0.12 318.75 0.61 0.69
Hex E0 80 C2 0 2B D C 13F 3D 45
Octal 340 200 302 0 53 15 14 477 75 105
Binary 11100000 10000000 11000010 0 101011 1101 1100 100111111 111101 1000101

Color Harmonies of #E080C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080C2

Black with #E080C2

Text Example


Text Example

White with #E080C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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