Html Css Color HEX #E177E0 Orchid

📋 copy color: '#E177E0'

red 225 ◦ green 119 ◦ blue 224

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

Shades of Orchid #E177E0

Tints of Orchid #E177E0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.95%

 BLUE value IS 224 (87.89% from 255) = 39.44%

R = 39.61%
G = 20.95%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E177E0 (or 0xE177E0) is known color: Orchid. HEX triplet: E1, 77 and E0. RGB value is (225,119,224). Sum of RGB (Red+Green+Blue) = 225+119+224=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E177E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177E0 is #1E881F. Grayscale: #A2A2A2. Windows color (decimal): -2000928 or 14710753. OLE color: 14710753.

HSL color Cylindrical-coordinate representation of color #E177E0: hue angle of 300.57º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177E0 is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 119 224 -
CMYK 0 0.47 0.00 0.12
HSL 300.57º 0.64% 0.67% -
HSV(B) 300.57º 0.47% 0.88% -
XYZ 51.1 34.58 74.5 -
YUV 162.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 225 119 224 0 0.47 0.00 0.12 300.57 0.64 0.67
Hex E1 77 E0 0 2F 0 C 12D 40 43
Octal 341 167 340 0 57 0 14 455 100 103
Binary 11100001 1110111 11100000 0 101111 0 1100 100101101 1000000 1000011

Color Harmonies of #E177E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177E0

Black with #E177E0

Text Example


Text Example

White with #E177E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177E0; }

 p { color: rgb(225,119,224); }

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

background-color css

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

 a { background-color: rgb(225,119,224); }

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

border-color css

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

 span { border-color: rgb(225,119,224); }

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