Html Css Color HEX #E871E3 Orchid

📋 copy color: '#E871E3'

red 232 ◦ green 113 ◦ blue 227

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

Shades of Orchid #E871E3

Tints of Orchid #E871E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.69%

R = 40.56%
G = 19.76%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E871E3 (or 0xE871E3) is known color: Orchid. HEX triplet: E8, 71 and E3. RGB value is (232,113,227). Sum of RGB (Red+Green+Blue) = 232+113+227=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E871E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871E3 is #178E1C. Grayscale: #A1A1A1. Windows color (decimal): -1543709 or 14905832. OLE color: 14905832.

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

Color convert

RGB 232 113 227 -
CMYK 0 0.51 0.02 0.09
HSL 302.52º 0.72% 0.68% -
HSV(B) 302.52º 0.51% 0.91% -
XYZ 53.05 34.51 76.54 -
YUV 161.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 232 113 227 0 0.51 0.02 0.09 302.52 0.72 0.68
Hex E8 71 E3 0 33 2 9 12F 48 44
Octal 350 161 343 0 63 2 11 457 110 104
Binary 11101000 1110001 11100011 0 110011 10 1001 100101111 1001000 1000100

Color Harmonies of #E871E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E871E3

Black with #E871E3

Text Example


Text Example

White with #E871E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E871E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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