Html Css Color HEX #E575DB Orchid

📋 copy color: '#E575DB'

red 229 ◦ green 117 ◦ blue 219

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

Shades of Orchid #E575DB

Tints of Orchid #E575DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.71%

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

R = 40.53%
G = 20.71%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E575DB (or 0xE575DB) is known color: Orchid. HEX triplet: E5, 75 and DB. RGB value is (229,117,219). Sum of RGB (Red+Green+Blue) = 229+117+219=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E575DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575DB is #1A8A24. Grayscale: #A1A1A1. Windows color (decimal): -1739301 or 14382565. OLE color: 14382565.

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

Color convert

RGB 229 117 219 -
CMYK 0 0.49 0.04 0.10
HSL 305.36º 0.68% 0.68% -
HSV(B) 305.36º 0.49% 0.9% -
XYZ 51.46 34.5 70.96 -
YUV 162.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 229 117 219 0 0.49 0.04 0.10 305.36 0.68 0.68
Hex E5 75 DB 0 31 4 A 131 44 44
Octal 345 165 333 0 61 4 12 461 104 104
Binary 11100101 1110101 11011011 0 110001 100 1010 100110001 1000100 1000100

Color Harmonies of #E575DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575DB

Black with #E575DB

Text Example


Text Example

White with #E575DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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