Html Css Color HEX #E576D8 Orchid

📋 copy color: '#E576D8'

red 229 ◦ green 118 ◦ blue 216

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

Shades of Orchid #E576D8

Tints of Orchid #E576D8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.96%

 BLUE value IS 216 (84.77% from 255) = 38.37%

R = 40.67%
G = 20.96%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E576D8 (or 0xE576D8) is known color: Orchid. HEX triplet: E5, 76 and D8. RGB value is (229,118,216). Sum of RGB (Red+Green+Blue) = 229+118+216=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E576D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576D8 is #1A8927. Grayscale: #A2A2A2. Windows color (decimal): -1739048 or 14186213. OLE color: 14186213.

HSL color Cylindrical-coordinate representation of color #E576D8: hue angle of 307.03º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E576D8 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 118 216 -
CMYK 0 0.48 0.06 0.10
HSL 307.03º 0.68% 0.68% -
HSV(B) 307.03º 0.48% 0.9% -
XYZ 51.19 34.57 68.94 -
YUV 162.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 229 118 216 0 0.48 0.06 0.10 307.03 0.68 0.68
Hex E5 76 D8 0 30 6 A 133 44 44
Octal 345 166 330 0 60 6 12 463 104 104
Binary 11100101 1110110 11011000 0 110000 110 1010 100110011 1000100 1000100

Color Harmonies of #E576D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E576D8

Black with #E576D8

Text Example


Text Example

White with #E576D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E576D8; }

 p { color: rgb(229,118,216); }

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

background-color css

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

 a { background-color: rgb(229,118,216); }

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

border-color css

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

 span { border-color: rgb(229,118,216); }

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