Html Css Color HEX #E16EEA Orchid

📋 copy color: '#E16EEA'

red 225 ◦ green 110 ◦ blue 234

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

Shades of Orchid #E16EEA

Tints of Orchid #E16EEA

RGB

 RED value IS 225 (88.28% from 255) = 39.54%

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

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

R = 39.54%
G = 19.33%
B = 41.12%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E16EEA (or 0xE16EEA) is known color: Orchid. HEX triplet: E1, 6E and EA. RGB value is (225,110,234). Sum of RGB (Red+Green+Blue) = 225+110+234=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #E16EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16EEA is #1E9115. Grayscale: #9E9E9E. Windows color (decimal): -2003222 or 15363809. OLE color: 15363809.

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

Color convert

RGB 225 110 234 -
CMYK 0.04 0.53 0 0.08
HSL 295.65º 0.75% 0.67% -
HSV(B) 295.65º 0.53% 0.92% -
XYZ 51.48 33.1 81.52 -
YUV 158.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 225 110 234 0.04 0.53 0 0.08 295.65 0.75 0.67
Hex E1 6E EA 4 35 0 8 128 4B 43
Octal 341 156 352 4 65 0 10 450 113 103
Binary 11100001 1101110 11101010 100 110101 0 1000 100101000 1001011 1000011

Color Harmonies of #E16EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16EEA

Black with #E16EEA

Text Example


Text Example

White with #E16EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16EEA; }

 p { color: rgb(225,110,234); }

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

background-color css

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

 a { background-color: rgb(225,110,234); }

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

border-color css

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

 span { border-color: rgb(225,110,234); }

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