Html Css Color HEX #E16FEA Orchid

📋 copy color: '#E16FEA'

red 225 ◦ green 111 ◦ blue 234

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

Shades of Orchid #E16FEA

Tints of Orchid #E16FEA

RGB

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

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

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

R = 39.47%
G = 19.47%
B = 41.05%

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

#E16FEA (or 0xE16FEA) is known color: Orchid. HEX triplet: E1, 6F and EA. RGB value is (225,111,234). Sum of RGB (Red+Green+Blue) = 225+111+234=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #E16FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16FEA is #1E9015. Grayscale: #9E9E9E. Windows color (decimal): -2002966 or 15364065. OLE color: 15364065.

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

Color convert

RGB 225 111 234 -
CMYK 0.04 0.53 0 0.08
HSL 295.61º 0.75% 0.68% -
HSV(B) 295.61º 0.53% 0.92% -
XYZ 51.59 33.32 81.55 -
YUV 159.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 225 111 234 0.04 0.53 0 0.08 295.61 0.75 0.68
Hex E1 6F EA 4 35 0 8 128 4B 44
Octal 341 157 352 4 65 0 10 450 113 104
Binary 11100001 1101111 11101010 100 110101 0 1000 100101000 1001011 1000100

Color Harmonies of #E16FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FEA

Black with #E16FEA

Text Example


Text Example

White with #E16FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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