Html Css Color HEX #E66AD4 Orchid

📋 copy color: '#E66AD4'

red 230 ◦ green 106 ◦ blue 212

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

Shades of Orchid #E66AD4

Tints of Orchid #E66AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.69%

R = 41.97%
G = 19.34%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E66AD4 (or 0xE66AD4) is known color: Orchid. HEX triplet: E6, 6A and D4. RGB value is (230,106,212). Sum of RGB (Red+Green+Blue) = 230+106+212=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E66AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66AD4 is #19952B. Grayscale: #9A9A9A. Windows color (decimal): -1676588 or 13920998. OLE color: 13920998.

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

Color convert

RGB 230 106 212 -
CMYK 0 0.54 0.08 0.10
HSL 308.71º 0.71% 0.66% -
HSV(B) 308.71º 0.54% 0.9% -
XYZ 49.67 31.88 65.82 -
YUV 155.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 230 106 212 0 0.54 0.08 0.10 308.71 0.71 0.66
Hex E6 6A D4 0 36 8 A 135 47 42
Octal 346 152 324 0 66 10 12 465 107 102
Binary 11100110 1101010 11010100 0 110110 1000 1010 100110101 1000111 1000010

Color Harmonies of #E66AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66AD4

Black with #E66AD4

Text Example


Text Example

White with #E66AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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