Html Css Color HEX #E575DE Orchid

📋 copy color: '#E575DE'

red 229 ◦ green 117 ◦ blue 222

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

Shades of Orchid #E575DE

Tints of Orchid #E575DE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.6%

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 40.32%
G = 20.6%
B = 39.08%

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

#E575DE (or 0xE575DE) is known color: Orchid. HEX triplet: E5, 75 and DE. RGB value is (229,117,222). Sum of RGB (Red+Green+Blue) = 229+117+222=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E575DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575DE is #1A8A21. Grayscale: #A2A2A2. Windows color (decimal): -1739298 or 14579173. OLE color: 14579173.

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

Color convert

RGB 229 117 222 -
CMYK 0 0.49 0.03 0.10
HSL 303.75º 0.68% 0.68% -
HSV(B) 303.75º 0.49% 0.9% -
XYZ 51.86 34.65 73.06 -
YUV 162.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 229 117 222 0 0.49 0.03 0.10 303.75 0.68 0.68
Hex E5 75 DE 0 31 3 A 130 44 44
Octal 345 165 336 0 61 3 12 460 104 104
Binary 11100101 1110101 11011110 0 110001 11 1010 100110000 1000100 1000100

Color Harmonies of #E575DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575DE

Black with #E575DE

Text Example


Text Example

White with #E575DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575DE; }

 p { color: rgb(229,117,222); }

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

background-color css

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

 a { background-color: rgb(229,117,222); }

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

border-color css

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

 span { border-color: rgb(229,117,222); }

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