Html Css Color HEX #E06ED2 Orchid

📋 copy color: '#E06ED2'

red 224 ◦ green 110 ◦ blue 210

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

Shades of Orchid #E06ED2

Tints of Orchid #E06ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.6%

R = 41.18%
G = 20.22%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E06ED2 (or 0xE06ED2) is known color: Orchid. HEX triplet: E0, 6E and D2. RGB value is (224,110,210). Sum of RGB (Red+Green+Blue) = 224+110+210=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ED2 is #1F912D. Grayscale: #9B9B9B. Windows color (decimal): -2068782 or 13790944. OLE color: 13790944.

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

Color convert

RGB 224 110 210 -
CMYK 0 0.51 0.06 0.12
HSL 307.37º 0.65% 0.65% -
HSV(B) 307.37º 0.51% 0.88% -
XYZ 47.95 31.65 64.56 -
YUV 155.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 224 110 210 0 0.51 0.06 0.12 307.37 0.65 0.65
Hex E0 6E D2 0 33 6 C 133 41 41
Octal 340 156 322 0 63 6 14 463 101 101
Binary 11100000 1101110 11010010 0 110011 110 1100 100110011 1000001 1000001

Color Harmonies of #E06ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06ED2

Black with #E06ED2

Text Example


Text Example

White with #E06ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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