Html Css Color HEX #E877E0 Orchid

📋 copy color: '#E877E0'

red 232 ◦ green 119 ◦ blue 224

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

Shades of Orchid #E877E0

Tints of Orchid #E877E0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.7%

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

R = 40.35%
G = 20.7%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E877E0 (or 0xE877E0) is known color: Orchid. HEX triplet: E8, 77 and E0. RGB value is (232,119,224). Sum of RGB (Red+Green+Blue) = 232+119+224=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E877E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E877E0 is #17881F. Grayscale: #A4A4A4. Windows color (decimal): -1542176 or 14710760. OLE color: 14710760.

HSL color Cylindrical-coordinate representation of color #E877E0: hue angle of 304.25º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E877E0 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 119 224 -
CMYK 0 0.49 0.03 0.09
HSL 304.25º 0.71% 0.69% -
HSV(B) 304.25º 0.49% 0.91% -
XYZ 53.33 35.73 74.61 -
YUV 164.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 232 119 224 0 0.49 0.03 0.09 304.25 0.71 0.69
Hex E8 77 E0 0 31 3 9 130 47 45
Octal 350 167 340 0 61 3 11 460 107 105
Binary 11101000 1110111 11100000 0 110001 11 1001 100110000 1000111 1000101

Color Harmonies of #E877E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E877E0

Black with #E877E0

Text Example


Text Example

White with #E877E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E877E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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