Html Css Color HEX #E878CB Orchid

📋 copy color: '#E878CB'

red 232 ◦ green 120 ◦ blue 203

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

Shades of Orchid #E878CB

Tints of Orchid #E878CB

RGB

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

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

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

R = 41.8%
G = 21.62%
B = 36.58%

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

#E878CB (or 0xE878CB) is known color: Orchid. HEX triplet: E8, 78 and CB. RGB value is (232,120,203). Sum of RGB (Red+Green+Blue) = 232+120+203=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E878CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E878CB is #178734. Grayscale: #A2A2A2. Windows color (decimal): -1541941 or 13334760. OLE color: 13334760.

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

Color convert

RGB 232 120 203 -
CMYK 0 0.48 0.12 0.09
HSL 315.54º 0.71% 0.69% -
HSV(B) 315.54º 0.48% 0.91% -
XYZ 50.77 34.9 60.56 -
YUV 162.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 232 120 203 0 0.48 0.12 0.09 315.54 0.71 0.69
Hex E8 78 CB 0 30 C 9 13C 47 45
Octal 350 170 313 0 60 14 11 474 107 105
Binary 11101000 1111000 11001011 0 110000 1100 1001 100111100 1000111 1000101

Color Harmonies of #E878CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E878CB

Black with #E878CB

Text Example


Text Example

White with #E878CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E878CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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