Html Css Color HEX #E878CC Orchid

📋 copy color: '#E878CC'

red 232 ◦ green 120 ◦ blue 204

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

Shades of Orchid #E878CC

Tints of Orchid #E878CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.58%

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 41.73%
G = 21.58%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E878CC (or 0xE878CC) is known color: Orchid. HEX triplet: E8, 78 and CC. RGB value is (232,120,204). Sum of RGB (Red+Green+Blue) = 232+120+204=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E878CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E878CC is #178733. Grayscale: #A2A2A2. Windows color (decimal): -1541940 or 13400296. OLE color: 13400296.

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

Color convert

RGB 232 120 204 -
CMYK 0 0.48 0.12 0.09
HSL 315º 0.71% 0.69% -
HSV(B) 315º 0.48% 0.91% -
XYZ 50.89 34.95 61.19 -
YUV 163.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 232 120 204 0 0.48 0.12 0.09 315 0.71 0.69
Hex E8 78 CC 0 30 C 9 13B 47 45
Octal 350 170 314 0 60 14 11 473 107 105
Binary 11101000 1111000 11001100 0 110000 1100 1001 100111011 1000111 1000101

Color Harmonies of #E878CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E878CC

Black with #E878CC

Text Example


Text Example

White with #E878CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E878CC; }

 p { color: rgb(232,120,204); }

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

background-color css

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

 a { background-color: rgb(232,120,204); }

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

border-color css

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

 span { border-color: rgb(232,120,204); }

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