Html Css Color HEX #E376CB Orchid

📋 copy color: '#E376CB'

red 227 ◦ green 118 ◦ blue 203

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

Shades of Orchid #E376CB

Tints of Orchid #E376CB

RGB

 RED value IS 227 (89.06% from 255) = 41.42%

 GREEN value IS 118 (46.48% from 255) = 21.53%

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

R = 41.42%
G = 21.53%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E376CB (or 0xE376CB) is known color: Orchid. HEX triplet: E3, 76 and CB. RGB value is (227,118,203). Sum of RGB (Red+Green+Blue) = 227+118+203=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E376CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376CB is #1C8934. Grayscale: #A0A0A0. Windows color (decimal): -1870133 or 13334243. OLE color: 13334243.

HSL color Cylindrical-coordinate representation of color #E376CB: hue angle of 313.21º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E376CB is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 118 203 -
CMYK 0 0.48 0.11 0.11
HSL 313.21º 0.66% 0.68% -
HSV(B) 313.21º 0.48% 0.89% -
XYZ 48.94 33.6 60.41 -
YUV 160.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 227 118 203 0 0.48 0.11 0.11 313.21 0.66 0.68
Hex E3 76 CB 0 30 B B 139 42 44
Octal 343 166 313 0 60 13 13 471 102 104
Binary 11100011 1110110 11001011 0 110000 1011 1011 100111001 1000010 1000100

Color Harmonies of #E376CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E376CB

Black with #E376CB

Text Example


Text Example

White with #E376CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E376CB; }

 p { color: rgb(227,118,203); }

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

background-color css

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

 a { background-color: rgb(227,118,203); }

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

border-color css

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

 span { border-color: rgb(227,118,203); }

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