Html Css Color HEX #E871DD Orchid

📋 copy color: '#E871DD'

red 232 ◦ green 113 ◦ blue 221

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

Shades of Orchid #E871DD

Tints of Orchid #E871DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 40.99%
G = 19.96%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E871DD (or 0xE871DD) is known color: Orchid. HEX triplet: E8, 71 and DD. RGB value is (232,113,221). Sum of RGB (Red+Green+Blue) = 232+113+221=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E871DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871DD is #178E22. Grayscale: #A0A0A0. Windows color (decimal): -1543715 or 14512616. OLE color: 14512616.

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

Color convert

RGB 232 113 221 -
CMYK 0 0.51 0.05 0.09
HSL 305.55º 0.72% 0.68% -
HSV(B) 305.55º 0.51% 0.91% -
XYZ 52.23 34.19 72.25 -
YUV 160.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 232 113 221 0 0.51 0.05 0.09 305.55 0.72 0.68
Hex E8 71 DD 0 33 5 9 132 48 44
Octal 350 161 335 0 63 5 11 462 110 104
Binary 11101000 1110001 11011101 0 110011 101 1001 100110010 1001000 1000100

Color Harmonies of #E871DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E871DD

Black with #E871DD

Text Example


Text Example

White with #E871DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E871DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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