Html Css Color HEX #E06FBC Persian Pink

📋 copy color: '#E06FBC'

red 224 ◦ green 111 ◦ blue 188

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

Shades of Persian Pink #E06FBC

Tints of Persian Pink #E06FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 42.83%
G = 21.22%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E06FBC (or 0xE06FBC) is known color: Persian Pink. HEX triplet: E0, 6F and BC. RGB value is (224,111,188). Sum of RGB (Red+Green+Blue) = 224+111+188=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FBC is #1F9043. Grayscale: #999999. Windows color (decimal): -2068548 or 12349408. OLE color: 12349408.

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

Color convert

RGB 224 111 188 -
CMYK 0 0.50 0.16 0.12
HSL 319.12º 0.65% 0.66% -
HSV(B) 319.12º 0.5% 0.88% -
XYZ 45.5 30.85 51.13 -
YUV 153.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 224 111 188 0 0.50 0.16 0.12 319.12 0.65 0.66
Hex E0 6F BC 0 32 10 C 13F 41 42
Octal 340 157 274 0 62 20 14 477 101 102
Binary 11100000 1101111 10111100 0 110010 10000 1100 100111111 1000001 1000010

Color Harmonies of #E06FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FBC

Black with #E06FBC

Text Example


Text Example

White with #E06FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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