Html Css Color HEX #EE6EDF Orchid

📋 copy color: '#EE6EDF'

red 238 ◦ green 110 ◦ blue 223

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

Shades of Orchid #EE6EDF

Tints of Orchid #EE6EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 41.68%
G = 19.26%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE6EDF (or 0xEE6EDF) is known color: Orchid. HEX triplet: EE, 6E and DF. RGB value is (238,110,223). Sum of RGB (Red+Green+Blue) = 238+110+223=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6EDF is #119120. Grayscale: #A0A0A0. Windows color (decimal): -1151265 or 14642926. OLE color: 14642926.

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

Color convert

RGB 238 110 223 -
CMYK 0 0.54 0.06 0.07
HSL 307.03º 0.79% 0.68% -
HSV(B) 307.03º 0.54% 0.93% -
XYZ 54.16 34.66 73.65 -
YUV 161.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 238 110 223 0 0.54 0.06 0.07 307.03 0.79 0.68
Hex EE 6E DF 0 36 6 7 133 4F 44
Octal 356 156 337 0 66 6 7 463 117 104
Binary 11101110 1101110 11011111 0 110110 110 111 100110011 1001111 1000100

Color Harmonies of #EE6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6EDF

Black with #EE6EDF

Text Example


Text Example

White with #EE6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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