Html Css Color HEX #E574D3 Orchid

📋 copy color: '#E574D3'

red 229 ◦ green 116 ◦ blue 211

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

Shades of Orchid #E574D3

Tints of Orchid #E574D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.95%

R = 41.19%
G = 20.86%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E574D3 (or 0xE574D3) is known color: Orchid. HEX triplet: E5, 74 and D3. RGB value is (229,116,211). Sum of RGB (Red+Green+Blue) = 229+116+211=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E574D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574D3 is #1A8B2C. Grayscale: #A0A0A0. Windows color (decimal): -1739565 or 13858021. OLE color: 13858021.

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

Color convert

RGB 229 116 211 -
CMYK 0 0.49 0.08 0.10
HSL 309.56º 0.68% 0.68% -
HSV(B) 309.56º 0.49% 0.9% -
XYZ 50.32 33.85 65.51 -
YUV 160.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 229 116 211 0 0.49 0.08 0.10 309.56 0.68 0.68
Hex E5 74 D3 0 31 8 A 136 44 44
Octal 345 164 323 0 61 10 12 466 104 104
Binary 11100101 1110100 11010011 0 110001 1000 1010 100110110 1000100 1000100

Color Harmonies of #E574D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574D3

Black with #E574D3

Text Example


Text Example

White with #E574D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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