Html Css Color HEX #E574DC Orchid

📋 copy color: '#E574DC'

red 229 ◦ green 116 ◦ blue 220

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

Shades of Orchid #E574DC

Tints of Orchid #E574DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 40.53%
G = 20.53%
B = 38.94%

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

#E574DC (or 0xE574DC) is known color: Orchid. HEX triplet: E5, 74 and DC. RGB value is (229,116,220). Sum of RGB (Red+Green+Blue) = 229+116+220=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E574DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574DC is #1A8B23. Grayscale: #A1A1A1. Windows color (decimal): -1739556 or 14447845. OLE color: 14447845.

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

Color convert

RGB 229 116 220 -
CMYK 0 0.49 0.04 0.10
HSL 304.78º 0.68% 0.68% -
HSV(B) 304.78º 0.49% 0.9% -
XYZ 51.48 34.32 71.62 -
YUV 161.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 229 116 220 0 0.49 0.04 0.10 304.78 0.68 0.68
Hex E5 74 DC 0 31 4 A 131 44 44
Octal 345 164 334 0 61 4 12 461 104 104
Binary 11100101 1110100 11011100 0 110001 100 1010 100110001 1000100 1000100

Color Harmonies of #E574DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574DC

Black with #E574DC

Text Example


Text Example

White with #E574DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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