Html Css Color HEX #E377DB Orchid

📋 copy color: '#E377DB'

red 227 ◦ green 119 ◦ blue 219

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

Shades of Orchid #E377DB

Tints of Orchid #E377DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 40.18%
G = 21.06%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E377DB (or 0xE377DB) is known color: Orchid. HEX triplet: E3, 77 and DB. RGB value is (227,119,219). Sum of RGB (Red+Green+Blue) = 227+119+219=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E377DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E377DB is #1C8824. Grayscale: #A2A2A2. Windows color (decimal): -1869861 or 14383075. OLE color: 14383075.

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

Color convert

RGB 227 119 219 -
CMYK 0 0.48 0.04 0.11
HSL 304.44º 0.66% 0.68% -
HSV(B) 304.44º 0.48% 0.89% -
XYZ 51.06 34.64 71.01 -
YUV 162.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 227 119 219 0 0.48 0.04 0.11 304.44 0.66 0.68
Hex E3 77 DB 0 30 4 B 130 42 44
Octal 343 167 333 0 60 4 13 460 102 104
Binary 11100011 1110111 11011011 0 110000 100 1011 100110000 1000010 1000100

Color Harmonies of #E377DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E377DB

Black with #E377DB

Text Example


Text Example

White with #E377DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E377DB; }

 p { color: rgb(227,119,219); }

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

background-color css

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

 a { background-color: rgb(227,119,219); }

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

border-color css

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

 span { border-color: rgb(227,119,219); }

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