Html Css Color HEX #E16FDA Orchid

📋 copy color: '#E16FDA'

red 225 ◦ green 111 ◦ blue 218

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

Shades of Orchid #E16FDA

Tints of Orchid #E16FDA

RGB

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

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

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

R = 40.61%
G = 20.04%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E16FDA (or 0xE16FDA) is known color: Orchid. HEX triplet: E1, 6F and DA. RGB value is (225,111,218). Sum of RGB (Red+Green+Blue) = 225+111+218=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FDA is #1E9025. Grayscale: #9C9C9C. Windows color (decimal): -2002982 or 14315489. OLE color: 14315489.

HSL color Cylindrical-coordinate representation of color #E16FDA: hue angle of 303.68º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16FDA is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 111 218 -
CMYK 0 0.51 0.03 0.12
HSL 303.68º 0.66% 0.66% -
HSV(B) 303.68º 0.51% 0.88% -
XYZ 49.39 32.44 69.99 -
YUV 157.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 225 111 218 0 0.51 0.03 0.12 303.68 0.66 0.66
Hex E1 6F DA 0 33 3 C 130 42 42
Octal 341 157 332 0 63 3 14 460 102 102
Binary 11100001 1101111 11011010 0 110011 11 1100 100110000 1000010 1000010

Color Harmonies of #E16FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FDA

Black with #E16FDA

Text Example


Text Example

White with #E16FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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