Html Css Color HEX #E06FBE Persian Pink

📋 copy color: '#E06FBE'

red 224 ◦ green 111 ◦ blue 190

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

Shades of Persian Pink #E06FBE

Tints of Persian Pink #E06FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 42.67%
G = 21.14%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E06FBE (or 0xE06FBE) is known color: Persian Pink. HEX triplet: E0, 6F and BE. RGB value is (224,111,190). Sum of RGB (Red+Green+Blue) = 224+111+190=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FBE is #1F9041. Grayscale: #999999. Windows color (decimal): -2068546 or 12480480. OLE color: 12480480.

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

Color convert

RGB 224 111 190 -
CMYK 0 0.50 0.15 0.12
HSL 318.05º 0.65% 0.66% -
HSV(B) 318.05º 0.5% 0.88% -
XYZ 45.72 30.93 52.28 -
YUV 153.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 224 111 190 0 0.50 0.15 0.12 318.05 0.65 0.66
Hex E0 6F BE 0 32 F C 13E 41 42
Octal 340 157 276 0 62 17 14 476 101 102
Binary 11100000 1101111 10111110 0 110010 1111 1100 100111110 1000001 1000010

Color Harmonies of #E06FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FBE

Black with #E06FBE

Text Example


Text Example

White with #E06FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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