Html Css Color HEX #E16CEA Orchid

📋 copy color: '#E16CEA'

red 225 ◦ green 108 ◦ blue 234

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

Shades of Orchid #E16CEA

Tints of Orchid #E16CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.05%

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

R = 39.68%
G = 19.05%
B = 41.27%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E16CEA (or 0xE16CEA) is known color: Orchid. HEX triplet: E1, 6C and EA. RGB value is (225,108,234). Sum of RGB (Red+Green+Blue) = 225+108+234=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #E16CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16CEA is #1E9315. Grayscale: #9C9C9C. Windows color (decimal): -2003734 or 15363297. OLE color: 15363297.

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

Color convert

RGB 225 108 234 -
CMYK 0.04 0.54 0 0.08
HSL 295.71º 0.75% 0.67% -
HSV(B) 295.71º 0.54% 0.92% -
XYZ 51.27 32.67 81.45 -
YUV 157.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 225 108 234 0.04 0.54 0 0.08 295.71 0.75 0.67
Hex E1 6C EA 4 36 0 8 128 4B 43
Octal 341 154 352 4 66 0 10 450 113 103
Binary 11100001 1101100 11101010 100 110110 0 1000 100101000 1001011 1000011

Color Harmonies of #E16CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CEA

Black with #E16CEA

Text Example


Text Example

White with #E16CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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