Html Css Color HEX #E377DA Orchid

📋 copy color: '#E377DA'

red 227 ◦ green 119 ◦ blue 218

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

Shades of Orchid #E377DA

Tints of Orchid #E377DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.65%

R = 40.25%
G = 21.1%
B = 38.65%

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

#E377DA (or 0xE377DA) is known color: Orchid. HEX triplet: E3, 77 and DA. RGB value is (227,119,218). Sum of RGB (Red+Green+Blue) = 227+119+218=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E377DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E377DA is #1C8825. Grayscale: #A2A2A2. Windows color (decimal): -1869862 or 14317539. OLE color: 14317539.

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

Color convert

RGB 227 119 218 -
CMYK 0 0.48 0.04 0.11
HSL 305º 0.66% 0.68% -
HSV(B) 305º 0.48% 0.89% -
XYZ 50.93 34.59 70.32 -
YUV 162.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 227 119 218 0 0.48 0.04 0.11 305 0.66 0.68
Hex E3 77 DA 0 30 4 B 131 42 44
Octal 343 167 332 0 60 4 13 461 102 104
Binary 11100011 1110111 11011010 0 110000 100 1011 100110001 1000010 1000100

Color Harmonies of #E377DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E377DA

Black with #E377DA

Text Example


Text Example

White with #E377DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E377DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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