Html Css Color HEX #E381DB Orchid

📋 copy color: '#E381DB'

red 227 ◦ green 129 ◦ blue 219

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

Shades of Orchid #E381DB

Tints of Orchid #E381DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.43%

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

R = 39.48%
G = 22.43%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E381DB (or 0xE381DB) is known color: Orchid. HEX triplet: E3, 81 and DB. RGB value is (227,129,219). Sum of RGB (Red+Green+Blue) = 227+129+219=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E381DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381DB is #1C7E24. Grayscale: #A8A8A8. Windows color (decimal): -1867301 or 14385635. OLE color: 14385635.

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

Color convert

RGB 227 129 219 -
CMYK 0 0.43 0.04 0.11
HSL 304.9º 0.64% 0.7% -
HSV(B) 304.9º 0.43% 0.89% -
XYZ 52.31 37.15 71.43 -
YUV 168.56 156.47 169.68 -
System Red Green Blue C M Y K H S L
Decimal 227 129 219 0 0.43 0.04 0.11 304.9 0.64 0.7
Hex E3 81 DB 0 2B 4 B 131 40 46
Octal 343 201 333 0 53 4 13 461 100 106
Binary 11100011 10000001 11011011 0 101011 100 1011 100110001 1000000 1000110

Color Harmonies of #E381DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E381DB

Black with #E381DB

Text Example


Text Example

White with #E381DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E381DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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