Html Css Color HEX #E571DB Orchid

📋 copy color: '#E571DB'

red 229 ◦ green 113 ◦ blue 219

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

Shades of Orchid #E571DB

Tints of Orchid #E571DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.14%

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

R = 40.82%
G = 20.14%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E571DB (or 0xE571DB) is known color: Orchid. HEX triplet: E5, 71 and DB. RGB value is (229,113,219). Sum of RGB (Red+Green+Blue) = 229+113+219=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E571DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571DB is #1A8E24. Grayscale: #9F9F9F. Windows color (decimal): -1740325 or 14381541. OLE color: 14381541.

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

Color convert

RGB 229 113 219 -
CMYK 0 0.51 0.04 0.10
HSL 305.17º 0.69% 0.67% -
HSV(B) 305.17º 0.51% 0.9% -
XYZ 51 33.58 70.81 -
YUV 159.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 229 113 219 0 0.51 0.04 0.10 305.17 0.69 0.67
Hex E5 71 DB 0 33 4 A 131 45 43
Octal 345 161 333 0 63 4 12 461 105 103
Binary 11100101 1110001 11011011 0 110011 100 1010 100110001 1000101 1000011

Color Harmonies of #E571DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E571DB

Black with #E571DB

Text Example


Text Example

White with #E571DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E571DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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