Html Css Color HEX #E871DF Orchid

📋 copy color: '#E871DF'

red 232 ◦ green 113 ◦ blue 223

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

Shades of Orchid #E871DF

Tints of Orchid #E871DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 40.85%
G = 19.89%
B = 39.26%

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

#E871DF (or 0xE871DF) is known color: Orchid. HEX triplet: E8, 71 and DF. RGB value is (232,113,223). Sum of RGB (Red+Green+Blue) = 232+113+223=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E871DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871DF is #178E20. Grayscale: #A0A0A0. Windows color (decimal): -1543713 or 14643688. OLE color: 14643688.

HSL color Cylindrical-coordinate representation of color #E871DF: hue angle of 304.54º 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 #E871DF is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 113 223 -
CMYK 0 0.51 0.04 0.09
HSL 304.54º 0.72% 0.68% -
HSV(B) 304.54º 0.51% 0.91% -
XYZ 52.5 34.29 73.66 -
YUV 161.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 232 113 223 0 0.51 0.04 0.09 304.54 0.72 0.68
Hex E8 71 DF 0 33 4 9 131 48 44
Octal 350 161 337 0 63 4 11 461 110 104
Binary 11101000 1110001 11011111 0 110011 100 1001 100110001 1001000 1000100

Color Harmonies of #E871DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E871DF

Black with #E871DF

Text Example


Text Example

White with #E871DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E871DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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