Html Css Color HEX #E06FAE Persian Pink

📋 copy color: '#E06FAE'

red 224 ◦ green 111 ◦ blue 174

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

Shades of Persian Pink #E06FAE

Tints of Persian Pink #E06FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.81%

 BLUE value IS 174 (68.36% from 255) = 34.18%

R = 44.01%
G = 21.81%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E06FAE (or 0xE06FAE) is known color: Persian Pink. HEX triplet: E0, 6F and AE. RGB value is (224,111,174). Sum of RGB (Red+Green+Blue) = 224+111+174=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FAE is #1F9051. Grayscale: #979797. Windows color (decimal): -2068562 or 11431904. OLE color: 11431904.

HSL color Cylindrical-coordinate representation of color #E06FAE: hue angle of 326.55º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06FAE is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 111 174 -
CMYK 0 0.50 0.22 0.12
HSL 326.55º 0.65% 0.66% -
HSV(B) 326.55º 0.5% 0.88% -
XYZ 44.06 30.27 43.57 -
YUV 151.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 224 111 174 0 0.50 0.22 0.12 326.55 0.65 0.66
Hex E0 6F AE 0 32 16 C 147 41 42
Octal 340 157 256 0 62 26 14 507 101 102
Binary 11100000 1101111 10101110 0 110010 10110 1100 101000111 1000001 1000010

Color Harmonies of #E06FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FAE

Black with #E06FAE

Text Example


Text Example

White with #E06FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FAE; }

 p { color: rgb(224,111,174); }

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

background-color css

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

 a { background-color: rgb(224,111,174); }

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

border-color css

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

 span { border-color: rgb(224,111,174); }

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