Html Css Color HEX #E66EE3 Orchid

📋 copy color: '#E66EE3'

red 230 ◦ green 110 ◦ blue 227

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

Shades of Orchid #E66EE3

Tints of Orchid #E66EE3

RGB

 RED value IS 230 (90.23% from 255) = 40.56%

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

 BLUE value IS 227 (89.06% from 255) = 40.04%

R = 40.56%
G = 19.4%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E66EE3 (or 0xE66EE3) is known color: Orchid. HEX triplet: E6, 6E and E3. RGB value is (230,110,227). Sum of RGB (Red+Green+Blue) = 230+110+227=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E66EE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66EE3 is #19911C. Grayscale: #9E9E9E. Windows color (decimal): -1675549 or 14905062. OLE color: 14905062.

HSL color Cylindrical-coordinate representation of color #E66EE3: hue angle of 301.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66EE3 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 110 227 -
CMYK 0 0.52 0.01 0.10
HSL 301.5º 0.71% 0.67% -
HSV(B) 301.5º 0.52% 0.9% -
XYZ 52.07 33.52 76.4 -
YUV 159.22 166.26 178.49 -
System Red Green Blue C M Y K H S L
Decimal 230 110 227 0 0.52 0.01 0.10 301.5 0.71 0.67
Hex E6 6E E3 0 34 1 A 12E 47 43
Octal 346 156 343 0 64 1 12 456 107 103
Binary 11100110 1101110 11100011 0 110100 1 1010 100101110 1000111 1000011

Color Harmonies of #E66EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66EE3

Black with #E66EE3

Text Example


Text Example

White with #E66EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66EE3; }

 p { color: rgb(230,110,227); }

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

background-color css

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

 a { background-color: rgb(230,110,227); }

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

border-color css

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

 span { border-color: rgb(230,110,227); }

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