Html Css Color HEX #E66FDA Orchid

📋 copy color: '#E66FDA'

red 230 ◦ green 111 ◦ blue 218

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

Shades of Orchid #E66FDA

Tints of Orchid #E66FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.86%

 BLUE value IS 218 (85.55% from 255) = 39%

R = 41.14%
G = 19.86%
B = 39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E66FDA (or 0xE66FDA) is known color: Orchid. HEX triplet: E6, 6F and DA. RGB value is (230,111,218). Sum of RGB (Red+Green+Blue) = 230+111+218=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FDA is #199025. Grayscale: #9E9E9E. Windows color (decimal): -1675302 or 14315494. OLE color: 14315494.

HSL color Cylindrical-coordinate representation of color #E66FDA: hue angle of 306.05º degrees, saturation: 0.7, 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 #E66FDA is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 111 218 -
CMYK 0 0.52 0.05 0.10
HSL 306.05º 0.7% 0.67% -
HSV(B) 306.05º 0.52% 0.9% -
XYZ 50.97 33.25 70.06 -
YUV 158.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 230 111 218 0 0.52 0.05 0.10 306.05 0.7 0.67
Hex E6 6F DA 0 34 5 A 132 46 43
Octal 346 157 332 0 64 5 12 462 106 103
Binary 11100110 1101111 11011010 0 110100 101 1010 100110010 1000110 1000011

Color Harmonies of #E66FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66FDA

Black with #E66FDA

Text Example


Text Example

White with #E66FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66FDA; }

 p { color: rgb(230,111,218); }

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

background-color css

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

 a { background-color: rgb(230,111,218); }

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

border-color css

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

 span { border-color: rgb(230,111,218); }

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