Html Css Color HEX #E171E9 Orchid

📋 copy color: '#E171E9'

red 225 ◦ green 113 ◦ blue 233

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

Shades of Orchid #E171E9

Tints of Orchid #E171E9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.79%

 BLUE value IS 233 (91.41% from 255) = 40.81%

R = 39.4%
G = 19.79%
B = 40.81%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E171E9 (or 0xE171E9) is known color: Orchid. HEX triplet: E1, 71 and E9. RGB value is (225,113,233). Sum of RGB (Red+Green+Blue) = 225+113+233=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #E171E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E171E9 is #1E8E16. Grayscale: #9F9F9F. Windows color (decimal): -2002455 or 15299041. OLE color: 15299041.

HSL color Cylindrical-coordinate representation of color #E171E9: hue angle of 296º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E171E9 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 225 113 233 -
CMYK 0.03 0.52 0 0.09
HSL 296º 0.73% 0.68% -
HSV(B) 296º 0.52% 0.91% -
XYZ 51.66 33.7 80.87 -
YUV 160.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 225 113 233 0.03 0.52 0 0.09 296 0.73 0.68
Hex E1 71 E9 3 34 0 9 128 49 44
Octal 341 161 351 3 64 0 11 450 111 104
Binary 11100001 1110001 11101001 11 110100 0 1001 100101000 1001001 1000100

Color Harmonies of #E171E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171E9

Black with #E171E9

Text Example


Text Example

White with #E171E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171E9; }

 p { color: rgb(225,113,233); }

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

background-color css

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

 a { background-color: rgb(225,113,233); }

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

border-color css

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

 span { border-color: rgb(225,113,233); }

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