Html Css Color HEX #E574D2 Orchid

📋 copy color: '#E574D2'

red 229 ◦ green 116 ◦ blue 210

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

Shades of Orchid #E574D2

Tints of Orchid #E574D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.84%

R = 41.26%
G = 20.9%
B = 37.84%

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

#E574D2 (or 0xE574D2) is known color: Orchid. HEX triplet: E5, 74 and D2. RGB value is (229,116,210). Sum of RGB (Red+Green+Blue) = 229+116+210=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E574D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574D2 is #1A8B2D. Grayscale: #A0A0A0. Windows color (decimal): -1739566 or 13792485. OLE color: 13792485.

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

Color convert

RGB 229 116 210 -
CMYK 0 0.49 0.08 0.10
HSL 310.09º 0.68% 0.68% -
HSV(B) 310.09º 0.49% 0.9% -
XYZ 50.19 33.8 64.85 -
YUV 160.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 229 116 210 0 0.49 0.08 0.10 310.09 0.68 0.68
Hex E5 74 D2 0 31 8 A 136 44 44
Octal 345 164 322 0 61 10 12 466 104 104
Binary 11100101 1110100 11010010 0 110001 1000 1010 100110110 1000100 1000100

Color Harmonies of #E574D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574D2

Black with #E574D2

Text Example


Text Example

White with #E574D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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