Html Css Color HEX #E380DB Orchid

📋 copy color: '#E380DB'

red 227 ◦ green 128 ◦ blue 219

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

Shades of Orchid #E380DB

Tints of Orchid #E380DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.3%

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

R = 39.55%
G = 22.3%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E380DB (or 0xE380DB) is known color: Orchid. HEX triplet: E3, 80 and DB. RGB value is (227,128,219). Sum of RGB (Red+Green+Blue) = 227+128+219=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 227 - color contains mainly: red. Hex color #E380DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380DB is #1C7F24. Grayscale: #A7A7A7. Windows color (decimal): -1867557 or 14385379. OLE color: 14385379.

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

Color convert

RGB 227 128 219 -
CMYK 0 0.44 0.04 0.11
HSL 304.85º 0.64% 0.7% -
HSV(B) 304.85º 0.44% 0.89% -
XYZ 52.18 36.88 71.39 -
YUV 167.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 227 128 219 0 0.44 0.04 0.11 304.85 0.64 0.7
Hex E3 80 DB 0 2C 4 B 131 40 46
Octal 343 200 333 0 54 4 13 461 100 106
Binary 11100011 10000000 11011011 0 101100 100 1011 100110001 1000000 1000110

Color Harmonies of #E380DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380DB

Black with #E380DB

Text Example


Text Example

White with #E380DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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