Html Css Color HEX #E576DB Orchid

📋 copy color: '#E576DB'

red 229 ◦ green 118 ◦ blue 219

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

Shades of Orchid #E576DB

Tints of Orchid #E576DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.85%

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

R = 40.46%
G = 20.85%
B = 38.69%

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

#E576DB (or 0xE576DB) is known color: Orchid. HEX triplet: E5, 76 and DB. RGB value is (229,118,219). Sum of RGB (Red+Green+Blue) = 229+118+219=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E576DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576DB is #1A8924. Grayscale: #A2A2A2. Windows color (decimal): -1739045 or 14382821. OLE color: 14382821.

HSL color Cylindrical-coordinate representation of color #E576DB: hue angle of 305.41º 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 #E576DB is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 118 219 -
CMYK 0 0.48 0.04 0.10
HSL 305.41º 0.68% 0.68% -
HSV(B) 305.41º 0.48% 0.9% -
XYZ 51.58 34.73 71 -
YUV 162.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 229 118 219 0 0.48 0.04 0.10 305.41 0.68 0.68
Hex E5 76 DB 0 30 4 A 131 44 44
Octal 345 166 333 0 60 4 12 461 104 104
Binary 11100101 1110110 11011011 0 110000 100 1010 100110001 1000100 1000100

Color Harmonies of #E576DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E576DB

Black with #E576DB

Text Example


Text Example

White with #E576DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E576DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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