Html Css Color HEX #E66AE3 Orchid

📋 copy color: '#E66AE3'

red 230 ◦ green 106 ◦ blue 227

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

Shades of Orchid #E66AE3

Tints of Orchid #E66AE3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.83%

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

R = 40.85%
G = 18.83%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E66AE3 (or 0xE66AE3) is known color: Orchid. HEX triplet: E6, 6A and E3. RGB value is (230,106,227). Sum of RGB (Red+Green+Blue) = 230+106+227=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E66AE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66AE3 is #19951C. Grayscale: #9C9C9C. Windows color (decimal): -1676573 or 14904038. OLE color: 14904038.

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

Color convert

RGB 230 106 227 -
CMYK 0 0.54 0.01 0.10
HSL 301.45º 0.71% 0.66% -
HSV(B) 301.45º 0.54% 0.9% -
XYZ 51.65 32.68 76.26 -
YUV 156.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 230 106 227 0 0.54 0.01 0.10 301.45 0.71 0.66
Hex E6 6A E3 0 36 1 A 12D 47 42
Octal 346 152 343 0 66 1 12 455 107 102
Binary 11100110 1101010 11100011 0 110110 1 1010 100101101 1000111 1000010

Color Harmonies of #E66AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66AE3

Black with #E66AE3

Text Example


Text Example

White with #E66AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66AE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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