Html Css Color HEX #E178E0 Orchid

📋 copy color: '#E178E0'

red 225 ◦ green 120 ◦ blue 224

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

Shades of Orchid #E178E0

Tints of Orchid #E178E0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.09%

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

R = 39.54%
G = 21.09%
B = 39.37%

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

#E178E0 (or 0xE178E0) is known color: Orchid. HEX triplet: E1, 78 and E0. RGB value is (225,120,224). Sum of RGB (Red+Green+Blue) = 225+120+224=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E178E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178E0 is #1E871F. Grayscale: #A2A2A2. Windows color (decimal): -2000672 or 14711009. OLE color: 14711009.

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

Color convert

RGB 225 120 224 -
CMYK 0 0.47 0.00 0.12
HSL 300.57º 0.64% 0.68% -
HSV(B) 300.57º 0.47% 0.88% -
XYZ 51.22 34.82 74.54 -
YUV 163.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 225 120 224 0 0.47 0.00 0.12 300.57 0.64 0.68
Hex E1 78 E0 0 2F 0 C 12D 40 44
Octal 341 170 340 0 57 0 14 455 100 104
Binary 11100001 1111000 11100000 0 101111 0 1100 100101101 1000000 1000100

Color Harmonies of #E178E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178E0

Black with #E178E0

Text Example


Text Example

White with #E178E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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