Html Css Color HEX #E06FBD Persian Pink

📋 copy color: '#E06FBD'

red 224 ◦ green 111 ◦ blue 189

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

Shades of Persian Pink #E06FBD

Tints of Persian Pink #E06FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 42.75%
G = 21.18%
B = 36.07%

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

#E06FBD (or 0xE06FBD) is known color: Persian Pink. HEX triplet: E0, 6F and BD. RGB value is (224,111,189). Sum of RGB (Red+Green+Blue) = 224+111+189=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FBD is #1F9042. Grayscale: #999999. Windows color (decimal): -2068547 or 12414944. OLE color: 12414944.

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

Color convert

RGB 224 111 189 -
CMYK 0 0.50 0.16 0.12
HSL 318.58º 0.65% 0.66% -
HSV(B) 318.58º 0.5% 0.88% -
XYZ 45.61 30.89 51.7 -
YUV 153.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 224 111 189 0 0.50 0.16 0.12 318.58 0.65 0.66
Hex E0 6F BD 0 32 10 C 13F 41 42
Octal 340 157 275 0 62 20 14 477 101 102
Binary 11100000 1101111 10111101 0 110010 10000 1100 100111111 1000001 1000010

Color Harmonies of #E06FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FBD

Black with #E06FBD

Text Example


Text Example

White with #E06FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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