Html Css Color HEX #E574DF Orchid

📋 copy color: '#E574DF'

red 229 ◦ green 116 ◦ blue 223

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

Shades of Orchid #E574DF

Tints of Orchid #E574DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.42%

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

R = 40.32%
G = 20.42%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E574DF (or 0xE574DF) is known color: Orchid. HEX triplet: E5, 74 and DF. RGB value is (229,116,223). Sum of RGB (Red+Green+Blue) = 229+116+223=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E574DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574DF is #1A8B20. Grayscale: #A1A1A1. Windows color (decimal): -1739553 or 14644453. OLE color: 14644453.

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

Color convert

RGB 229 116 223 -
CMYK 0 0.49 0.03 0.10
HSL 303.19º 0.68% 0.68% -
HSV(B) 303.19º 0.49% 0.9% -
XYZ 51.88 34.48 73.73 -
YUV 161.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 229 116 223 0 0.49 0.03 0.10 303.19 0.68 0.68
Hex E5 74 DF 0 31 3 A 12F 44 44
Octal 345 164 337 0 61 3 12 457 104 104
Binary 11100101 1110100 11011111 0 110001 11 1010 100101111 1000100 1000100

Color Harmonies of #E574DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574DF

Black with #E574DF

Text Example


Text Example

White with #E574DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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