Html Css Color HEX #E176E6 Orchid

📋 copy color: '#E176E6'

red 225 ◦ green 118 ◦ blue 230

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

Shades of Orchid #E176E6

Tints of Orchid #E176E6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.59%

 BLUE value IS 230 (90.23% from 255) = 40.14%

R = 39.27%
G = 20.59%
B = 40.14%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E176E6 (or 0xE176E6) is known color: Orchid. HEX triplet: E1, 76 and E6. RGB value is (225,118,230). Sum of RGB (Red+Green+Blue) = 225+118+230=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #E176E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E176E6 is #1E8919. Grayscale: #A2A2A2. Windows color (decimal): -2001178 or 15103713. OLE color: 15103713.

HSL color Cylindrical-coordinate representation of color #E176E6: hue angle of 297.32º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E176E6 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 118 230 -
CMYK 0.02 0.49 0 0.10
HSL 297.32º 0.69% 0.68% -
HSV(B) 297.32º 0.49% 0.9% -
XYZ 51.81 34.68 78.83 -
YUV 162.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 225 118 230 0.02 0.49 0 0.10 297.32 0.69 0.68
Hex E1 76 E6 2 31 0 A 129 45 44
Octal 341 166 346 2 61 0 12 451 105 104
Binary 11100001 1110110 11100110 10 110001 0 1010 100101001 1000101 1000100

Color Harmonies of #E176E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E176E6

Black with #E176E6

Text Example


Text Example

White with #E176E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E176E6; }

 p { color: rgb(225,118,230); }

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

background-color css

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

 a { background-color: rgb(225,118,230); }

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

border-color css

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

 span { border-color: rgb(225,118,230); }

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