Html Css Color HEX #E871E1 Orchid

📋 copy color: '#E871E1'

red 232 ◦ green 113 ◦ blue 225

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

Shades of Orchid #E871E1

Tints of Orchid #E871E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.47%

R = 40.7%
G = 19.82%
B = 39.47%

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

#E871E1 (or 0xE871E1) is known color: Orchid. HEX triplet: E8, 71 and E1. RGB value is (232,113,225). Sum of RGB (Red+Green+Blue) = 232+113+225=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E871E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871E1 is #178E1E. Grayscale: #A1A1A1. Windows color (decimal): -1543711 or 14774760. OLE color: 14774760.

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

Color convert

RGB 232 113 225 -
CMYK 0 0.51 0.03 0.09
HSL 303.53º 0.72% 0.68% -
HSV(B) 303.53º 0.51% 0.91% -
XYZ 52.77 34.4 75.09 -
YUV 161.35 163.92 178.39 -
System Red Green Blue C M Y K H S L
Decimal 232 113 225 0 0.51 0.03 0.09 303.53 0.72 0.68
Hex E8 71 E1 0 33 3 9 130 48 44
Octal 350 161 341 0 63 3 11 460 110 104
Binary 11101000 1110001 11100001 0 110011 11 1001 100110000 1001000 1000100

Color Harmonies of #E871E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E871E1

Black with #E871E1

Text Example


Text Example

White with #E871E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E871E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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