Html Css Color HEX #E06EBB Persian Pink

📋 copy color: '#E06EBB'

red 224 ◦ green 110 ◦ blue 187

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

Shades of Persian Pink #E06EBB

Tints of Persian Pink #E06EBB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.11%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 42.99%
G = 21.11%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E06EBB (or 0xE06EBB) is known color: Persian Pink. HEX triplet: E0, 6E and BB. RGB value is (224,110,187). Sum of RGB (Red+Green+Blue) = 224+110+187=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EBB is #1F9144. Grayscale: #989898. Windows color (decimal): -2068805 or 12283616. OLE color: 12283616.

HSL color Cylindrical-coordinate representation of color #E06EBB: hue angle of 319.47º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06EBB is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 110 187 -
CMYK 0 0.51 0.17 0.12
HSL 319.47º 0.65% 0.65% -
HSV(B) 319.47º 0.51% 0.88% -
XYZ 45.29 30.59 50.53 -
YUV 152.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 224 110 187 0 0.51 0.17 0.12 319.47 0.65 0.65
Hex E0 6E BB 0 33 11 C 13F 41 41
Octal 340 156 273 0 63 21 14 477 101 101
Binary 11100000 1101110 10111011 0 110011 10001 1100 100111111 1000001 1000001

Color Harmonies of #E06EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EBB

Black with #E06EBB

Text Example


Text Example

White with #E06EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EBB; }

 p { color: rgb(224,110,187); }

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

background-color css

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

 a { background-color: rgb(224,110,187); }

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

border-color css

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

 span { border-color: rgb(224,110,187); }

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