Html Css Color HEX #E06EBD Persian Pink

📋 copy color: '#E06EBD'

red 224 ◦ green 110 ◦ blue 189

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

Shades of Persian Pink #E06EBD

Tints of Persian Pink #E06EBD

RGB

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

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

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

R = 42.83%
G = 21.03%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E06EBD (or 0xE06EBD) is known color: Persian Pink. HEX triplet: E0, 6E and BD. RGB value is (224,110,189). Sum of RGB (Red+Green+Blue) = 224+110+189=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EBD is #1F9142. Grayscale: #989898. Windows color (decimal): -2068803 or 12414688. OLE color: 12414688.

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

Color convert

RGB 224 110 189 -
CMYK 0 0.51 0.16 0.12
HSL 318.42º 0.65% 0.65% -
HSV(B) 318.42º 0.51% 0.88% -
XYZ 45.5 30.67 51.67 -
YUV 153.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 224 110 189 0 0.51 0.16 0.12 318.42 0.65 0.65
Hex E0 6E BD 0 33 10 C 13E 41 41
Octal 340 156 275 0 63 20 14 476 101 101
Binary 11100000 1101110 10111101 0 110011 10000 1100 100111110 1000001 1000001

Color Harmonies of #E06EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EBD

Black with #E06EBD

Text Example


Text Example

White with #E06EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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