Html Css Color HEX #E572DB Orchid

📋 copy color: '#E572DB'

red 229 ◦ green 114 ◦ blue 219

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

Shades of Orchid #E572DB

Tints of Orchid #E572DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.28%

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

R = 40.75%
G = 20.28%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E572DB (or 0xE572DB) is known color: Orchid. HEX triplet: E5, 72 and DB. RGB value is (229,114,219). Sum of RGB (Red+Green+Blue) = 229+114+219=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E572DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572DB is #1A8D24. Grayscale: #A0A0A0. Windows color (decimal): -1740069 or 14381797. OLE color: 14381797.

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

Color convert

RGB 229 114 219 -
CMYK 0 0.50 0.04 0.10
HSL 305.22º 0.69% 0.67% -
HSV(B) 305.22º 0.5% 0.9% -
XYZ 51.12 33.81 70.85 -
YUV 160.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 229 114 219 0 0.50 0.04 0.10 305.22 0.69 0.67
Hex E5 72 DB 0 32 4 A 131 45 43
Octal 345 162 333 0 62 4 12 461 105 103
Binary 11100101 1110010 11011011 0 110010 100 1010 100110001 1000101 1000011

Color Harmonies of #E572DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572DB

Black with #E572DB

Text Example


Text Example

White with #E572DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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