Html Css Color HEX #E379DB Orchid

📋 copy color: '#E379DB'

red 227 ◦ green 121 ◦ blue 219

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

Shades of Orchid #E379DB

Tints of Orchid #E379DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.34%

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

R = 40.04%
G = 21.34%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E379DB (or 0xE379DB) is known color: Orchid. HEX triplet: E3, 79 and DB. RGB value is (227,121,219). Sum of RGB (Red+Green+Blue) = 227+121+219=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E379DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379DB is #1C8624. Grayscale: #A3A3A3. Windows color (decimal): -1869349 or 14383587. OLE color: 14383587.

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

Color convert

RGB 227 121 219 -
CMYK 0 0.47 0.04 0.11
HSL 304.53º 0.65% 0.68% -
HSV(B) 304.53º 0.47% 0.89% -
XYZ 51.3 35.12 71.09 -
YUV 163.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 227 121 219 0 0.47 0.04 0.11 304.53 0.65 0.68
Hex E3 79 DB 0 2F 4 B 131 41 44
Octal 343 171 333 0 57 4 13 461 101 104
Binary 11100011 1111001 11011011 0 101111 100 1011 100110001 1000001 1000100

Color Harmonies of #E379DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379DB

Black with #E379DB

Text Example


Text Example

White with #E379DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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