Html Css Color HEX #E06FB0 Persian Pink

📋 copy color: '#E06FB0'

red 224 ◦ green 111 ◦ blue 176

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

Shades of Persian Pink #E06FB0

Tints of Persian Pink #E06FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.44%

R = 43.84%
G = 21.72%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E06FB0 (or 0xE06FB0) is known color: Persian Pink. HEX triplet: E0, 6F and B0. RGB value is (224,111,176). Sum of RGB (Red+Green+Blue) = 224+111+176=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FB0 is #1F904F. Grayscale: #989898. Windows color (decimal): -2068560 or 11562976. OLE color: 11562976.

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

Color convert

RGB 224 111 176 -
CMYK 0 0.50 0.21 0.12
HSL 325.49º 0.65% 0.66% -
HSV(B) 325.49º 0.5% 0.88% -
XYZ 44.26 30.35 44.6 -
YUV 152.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 224 111 176 0 0.50 0.21 0.12 325.49 0.65 0.66
Hex E0 6F B0 0 32 15 C 145 41 42
Octal 340 157 260 0 62 25 14 505 101 102
Binary 11100000 1101111 10110000 0 110010 10101 1100 101000101 1000001 1000010

Color Harmonies of #E06FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FB0

Black with #E06FB0

Text Example


Text Example

White with #E06FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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