Html Css Color HEX #E378DB Orchid

📋 copy color: '#E378DB'

red 227 ◦ green 120 ◦ blue 219

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

Shades of Orchid #E378DB

Tints of Orchid #E378DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.2%

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

R = 40.11%
G = 21.2%
B = 38.69%

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

#E378DB (or 0xE378DB) is known color: Orchid. HEX triplet: E3, 78 and DB. RGB value is (227,120,219). Sum of RGB (Red+Green+Blue) = 227+120+219=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E378DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378DB is #1C8724. Grayscale: #A2A2A2. Windows color (decimal): -1869605 or 14383331. OLE color: 14383331.

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

Color convert

RGB 227 120 219 -
CMYK 0 0.47 0.04 0.11
HSL 304.49º 0.66% 0.68% -
HSV(B) 304.49º 0.47% 0.89% -
XYZ 51.18 34.88 71.05 -
YUV 163.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 227 120 219 0 0.47 0.04 0.11 304.49 0.66 0.68
Hex E3 78 DB 0 2F 4 B 130 42 44
Octal 343 170 333 0 57 4 13 460 102 104
Binary 11100011 1111000 11011011 0 101111 100 1011 100110000 1000010 1000100

Color Harmonies of #E378DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E378DB

Black with #E378DB

Text Example


Text Example

White with #E378DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E378DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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