Html Css Color HEX #E574D1 Orchid

📋 copy color: '#E574D1'

red 229 ◦ green 116 ◦ blue 209

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

Shades of Orchid #E574D1

Tints of Orchid #E574D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.73%

R = 41.34%
G = 20.94%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E574D1 (or 0xE574D1) is known color: Orchid. HEX triplet: E5, 74 and D1. RGB value is (229,116,209). Sum of RGB (Red+Green+Blue) = 229+116+209=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E574D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574D1 is #1A8B2E. Grayscale: #A0A0A0. Windows color (decimal): -1739567 or 13726949. OLE color: 13726949.

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

Color convert

RGB 229 116 209 -
CMYK 0 0.49 0.09 0.10
HSL 310.62º 0.68% 0.68% -
HSV(B) 310.62º 0.49% 0.9% -
XYZ 50.07 33.75 64.2 -
YUV 160.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 229 116 209 0 0.49 0.09 0.10 310.62 0.68 0.68
Hex E5 74 D1 0 31 9 A 137 44 44
Octal 345 164 321 0 61 11 12 467 104 104
Binary 11100101 1110100 11010001 0 110001 1001 1010 100110111 1000100 1000100

Color Harmonies of #E574D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574D1

Black with #E574D1

Text Example


Text Example

White with #E574D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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