Html Css Color HEX #E578DB Orchid

📋 copy color: '#E578DB'

red 229 ◦ green 120 ◦ blue 219

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

Shades of Orchid #E578DB

Tints of Orchid #E578DB

RGB

 RED value IS 229 (89.84% from 255) = 40.32%

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

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

R = 40.32%
G = 21.13%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E578DB (or 0xE578DB) is known color: Orchid. HEX triplet: E5, 78 and DB. RGB value is (229,120,219). Sum of RGB (Red+Green+Blue) = 229+120+219=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E578DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578DB is #1A8724. Grayscale: #A3A3A3. Windows color (decimal): -1738533 or 14383333. OLE color: 14383333.

HSL color Cylindrical-coordinate representation of color #E578DB: hue angle of 305.5º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E578DB is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 120 219 -
CMYK 0 0.48 0.04 0.10
HSL 305.5º 0.68% 0.68% -
HSV(B) 305.5º 0.48% 0.9% -
XYZ 51.82 35.21 71.08 -
YUV 163.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 229 120 219 0 0.48 0.04 0.10 305.5 0.68 0.68
Hex E5 78 DB 0 30 4 A 132 44 44
Octal 345 170 333 0 60 4 12 462 104 104
Binary 11100101 1111000 11011011 0 110000 100 1010 100110010 1000100 1000100

Color Harmonies of #E578DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E578DB

Black with #E578DB

Text Example


Text Example

White with #E578DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E578DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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