Html Css Color HEX #E06ED1 Orchid

📋 copy color: '#E06ED1'

red 224 ◦ green 110 ◦ blue 209

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

Shades of Orchid #E06ED1

Tints of Orchid #E06ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.49%

R = 41.25%
G = 20.26%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E06ED1 (or 0xE06ED1) is known color: Orchid. HEX triplet: E0, 6E and D1. RGB value is (224,110,209). Sum of RGB (Red+Green+Blue) = 224+110+209=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ED1 is #1F912E. Grayscale: #9B9B9B. Windows color (decimal): -2068783 or 13725408. OLE color: 13725408.

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

Color convert

RGB 224 110 209 -
CMYK 0 0.51 0.07 0.12
HSL 307.89º 0.65% 0.65% -
HSV(B) 307.89º 0.51% 0.88% -
XYZ 47.83 31.6 63.9 -
YUV 155.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 224 110 209 0 0.51 0.07 0.12 307.89 0.65 0.65
Hex E0 6E D1 0 33 7 C 134 41 41
Octal 340 156 321 0 63 7 14 464 101 101
Binary 11100000 1101110 11010001 0 110011 111 1100 100110100 1000001 1000001

Color Harmonies of #E06ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06ED1

Black with #E06ED1

Text Example


Text Example

White with #E06ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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