Html Css Color HEX #E877CB Orchid

📋 copy color: '#E877CB'

red 232 ◦ green 119 ◦ blue 203

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

Shades of Orchid #E877CB

Tints of Orchid #E877CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 41.88%
G = 21.48%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E877CB (or 0xE877CB) is known color: Orchid. HEX triplet: E8, 77 and CB. RGB value is (232,119,203). Sum of RGB (Red+Green+Blue) = 232+119+203=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E877CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E877CB is #178834. Grayscale: #A2A2A2. Windows color (decimal): -1542197 or 13334504. OLE color: 13334504.

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

Color convert

RGB 232 119 203 -
CMYK 0 0.49 0.12 0.09
HSL 315.4º 0.71% 0.69% -
HSV(B) 315.4º 0.49% 0.91% -
XYZ 50.66 34.66 60.52 -
YUV 162.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 232 119 203 0 0.49 0.12 0.09 315.4 0.71 0.69
Hex E8 77 CB 0 31 C 9 13B 47 45
Octal 350 167 313 0 61 14 11 473 107 105
Binary 11101000 1110111 11001011 0 110001 1100 1001 100111011 1000111 1000101

Color Harmonies of #E877CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E877CB

Black with #E877CB

Text Example


Text Example

White with #E877CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E877CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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