Html Css Color HEX #E066EA Orchid

📋 copy color: '#E066EA'

red 224 ◦ green 102 ◦ blue 234

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

Shades of Orchid #E066EA

Tints of Orchid #E066EA

RGB

 RED value IS 224 (87.89% from 255) = 40%

 GREEN value IS 102 (40.23% from 255) = 18.21%

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 40%
G = 18.21%
B = 41.79%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E066EA (or 0xE066EA) is known color: Orchid. HEX triplet: E0, 66 and EA. RGB value is (224,102,234). Sum of RGB (Red+Green+Blue) = 224+102+234=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #E066EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E066EA is #1F9915. Grayscale: #999999. Windows color (decimal): -2070806 or 15361760. OLE color: 15361760.

HSL color Cylindrical-coordinate representation of color #E066EA: hue angle of 295.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E066EA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 102 234 -
CMYK 0.04 0.56 0 0.08
HSL 295.45º 0.76% 0.66% -
HSV(B) 295.45º 0.56% 0.92% -
XYZ 50.34 31.29 81.23 -
YUV 153.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 224 102 234 0.04 0.56 0 0.08 295.45 0.76 0.66
Hex E0 66 EA 4 38 0 8 127 4C 42
Octal 340 146 352 4 70 0 10 447 114 102
Binary 11100000 1100110 11101010 100 111000 0 1000 100100111 1001100 1000010

Color Harmonies of #E066EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E066EA

Black with #E066EA

Text Example


Text Example

White with #E066EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E066EA; }

 p { color: rgb(224,102,234); }

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

background-color css

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

 a { background-color: rgb(224,102,234); }

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

border-color css

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

 span { border-color: rgb(224,102,234); }

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