Html Css Color HEX #EE6EDC Orchid

📋 copy color: '#EE6EDC'

red 238 ◦ green 110 ◦ blue 220

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

Shades of Orchid #EE6EDC

Tints of Orchid #EE6EDC

RGB

 RED value IS 238 (93.36% from 255) = 41.9%

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

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 41.9%
G = 19.37%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE6EDC (or 0xEE6EDC) is known color: Orchid. HEX triplet: EE, 6E and DC. RGB value is (238,110,220). Sum of RGB (Red+Green+Blue) = 238+110+220=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6EDC is #119123. Grayscale: #A0A0A0. Windows color (decimal): -1151268 or 14446318. OLE color: 14446318.

HSL color Cylindrical-coordinate representation of color #EE6EDC: hue angle of 308.44º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6EDC is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 110 220 -
CMYK 0 0.54 0.08 0.07
HSL 308.44º 0.79% 0.68% -
HSV(B) 308.44º 0.54% 0.93% -
XYZ 53.75 34.5 71.54 -
YUV 160.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 238 110 220 0 0.54 0.08 0.07 308.44 0.79 0.68
Hex EE 6E DC 0 36 8 7 134 4F 44
Octal 356 156 334 0 66 10 7 464 117 104
Binary 11101110 1101110 11011100 0 110110 1000 111 100110100 1001111 1000100

Color Harmonies of #EE6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6EDC

Black with #EE6EDC

Text Example


Text Example

White with #EE6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6EDC; }

 p { color: rgb(238,110,220); }

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

background-color css

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

 a { background-color: rgb(238,110,220); }

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

border-color css

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

 span { border-color: rgb(238,110,220); }

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