Html Css Color HEX #E871E4 Orchid

📋 copy color: '#E871E4'

red 232 ◦ green 113 ◦ blue 228

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

Shades of Orchid #E871E4

Tints of Orchid #E871E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.79%

R = 40.49%
G = 19.72%
B = 39.79%

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

#E871E4 (or 0xE871E4) is known color: Orchid. HEX triplet: E8, 71 and E4. RGB value is (232,113,228). Sum of RGB (Red+Green+Blue) = 232+113+228=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E871E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871E4 is #178E1B. Grayscale: #A1A1A1. Windows color (decimal): -1543708 or 14971368. OLE color: 14971368.

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

Color convert

RGB 232 113 228 -
CMYK 0 0.51 0.02 0.09
HSL 302.02º 0.72% 0.68% -
HSV(B) 302.02º 0.51% 0.91% -
XYZ 53.19 34.57 77.27 -
YUV 161.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 232 113 228 0 0.51 0.02 0.09 302.02 0.72 0.68
Hex E8 71 E4 0 33 2 9 12E 48 44
Octal 350 161 344 0 63 2 11 456 110 104
Binary 11101000 1110001 11100100 0 110011 10 1001 100101110 1001000 1000100

Color Harmonies of #E871E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E871E4

Black with #E871E4

Text Example


Text Example

White with #E871E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E871E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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