Html Css Color HEX #E871DE Orchid

📋 copy color: '#E871DE'

red 232 ◦ green 113 ◦ blue 222

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

Shades of Orchid #E871DE

Tints of Orchid #E871DE

RGB

 RED value IS 232 (91.02% from 255) = 40.92%

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

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 40.92%
G = 19.93%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E871DE (or 0xE871DE) is known color: Orchid. HEX triplet: E8, 71 and DE. RGB value is (232,113,222). Sum of RGB (Red+Green+Blue) = 232+113+222=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E871DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871DE is #178E21. Grayscale: #A0A0A0. Windows color (decimal): -1543714 or 14578152. OLE color: 14578152.

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

Color convert

RGB 232 113 222 -
CMYK 0 0.51 0.04 0.09
HSL 305.04º 0.72% 0.68% -
HSV(B) 305.04º 0.51% 0.91% -
XYZ 52.37 34.24 72.96 -
YUV 161.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 232 113 222 0 0.51 0.04 0.09 305.04 0.72 0.68
Hex E8 71 DE 0 33 4 9 131 48 44
Octal 350 161 336 0 63 4 11 461 110 104
Binary 11101000 1110001 11011110 0 110011 100 1001 100110001 1001000 1000100

Color Harmonies of #E871DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E871DE

Black with #E871DE

Text Example


Text Example

White with #E871DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E871DE; }

 p { color: rgb(232,113,222); }

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

background-color css

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

 a { background-color: rgb(232,113,222); }

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

border-color css

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

 span { border-color: rgb(232,113,222); }

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