Html Css Color HEX #E871E0 Orchid

📋 copy color: '#E871E0'

red 232 ◦ green 113 ◦ blue 224

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

Shades of Orchid #E871E0

Tints of Orchid #E871E0

RGB

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

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

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

R = 40.77%
G = 19.86%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E871E0 (or 0xE871E0) is known color: Orchid. HEX triplet: E8, 71 and E0. RGB value is (232,113,224). Sum of RGB (Red+Green+Blue) = 232+113+224=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E871E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871E0 is #178E1F. Grayscale: #A0A0A0. Windows color (decimal): -1543712 or 14709224. OLE color: 14709224.

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

Color convert

RGB 232 113 224 -
CMYK 0 0.51 0.03 0.09
HSL 304.03º 0.72% 0.68% -
HSV(B) 304.03º 0.51% 0.91% -
XYZ 52.64 34.35 74.38 -
YUV 161.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 232 113 224 0 0.51 0.03 0.09 304.03 0.72 0.68
Hex E8 71 E0 0 33 3 9 130 48 44
Octal 350 161 340 0 63 3 11 460 110 104
Binary 11101000 1110001 11100000 0 110011 11 1001 100110000 1001000 1000100

Color Harmonies of #E871E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E871E0

Black with #E871E0

Text Example


Text Example

White with #E871E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E871E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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