Html Css Color HEX #E06FB4 Persian Pink

📋 copy color: '#E06FB4'

red 224 ◦ green 111 ◦ blue 180

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

Shades of Persian Pink #E06FB4

Tints of Persian Pink #E06FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.95%

R = 43.5%
G = 21.55%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E06FB4 (or 0xE06FB4) is known color: Persian Pink. HEX triplet: E0, 6F and B4. RGB value is (224,111,180). Sum of RGB (Red+Green+Blue) = 224+111+180=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FB4 is #1F904B. Grayscale: #989898. Windows color (decimal): -2068556 or 11825120. OLE color: 11825120.

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

Color convert

RGB 224 111 180 -
CMYK 0 0.50 0.20 0.12
HSL 323.36º 0.65% 0.66% -
HSV(B) 323.36º 0.5% 0.88% -
XYZ 44.66 30.51 46.72 -
YUV 152.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 224 111 180 0 0.50 0.20 0.12 323.36 0.65 0.66
Hex E0 6F B4 0 32 14 C 143 41 42
Octal 340 157 264 0 62 24 14 503 101 102
Binary 11100000 1101111 10110100 0 110010 10100 1100 101000011 1000001 1000010

Color Harmonies of #E06FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FB4

Black with #E06FB4

Text Example


Text Example

White with #E06FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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