Html Css Color HEX #E572DF Orchid

📋 copy color: '#E572DF'

red 229 ◦ green 114 ◦ blue 223

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

Shades of Orchid #E572DF

Tints of Orchid #E572DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 40.46%
G = 20.14%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E572DF (or 0xE572DF) is known color: Orchid. HEX triplet: E5, 72 and DF. RGB value is (229,114,223). Sum of RGB (Red+Green+Blue) = 229+114+223=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E572DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572DF is #1A8D20. Grayscale: #A0A0A0. Windows color (decimal): -1740065 or 14643941. OLE color: 14643941.

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

Color convert

RGB 229 114 223 -
CMYK 0 0.50 0.03 0.10
HSL 303.13º 0.69% 0.67% -
HSV(B) 303.13º 0.5% 0.9% -
XYZ 51.65 34.02 73.66 -
YUV 160.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 229 114 223 0 0.50 0.03 0.10 303.13 0.69 0.67
Hex E5 72 DF 0 32 3 A 12F 45 43
Octal 345 162 337 0 62 3 12 457 105 103
Binary 11100101 1110010 11011111 0 110010 11 1010 100101111 1000101 1000011

Color Harmonies of #E572DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572DF

Black with #E572DF

Text Example


Text Example

White with #E572DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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