Html Css Color HEX #E574D4 Orchid

📋 copy color: '#E574D4'

red 229 ◦ green 116 ◦ blue 212

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

Shades of Orchid #E574D4

Tints of Orchid #E574D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 41.11%
G = 20.83%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E574D4 (or 0xE574D4) is known color: Orchid. HEX triplet: E5, 74 and D4. RGB value is (229,116,212). Sum of RGB (Red+Green+Blue) = 229+116+212=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E574D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574D4 is #1A8B2B. Grayscale: #A0A0A0. Windows color (decimal): -1739564 or 13923557. OLE color: 13923557.

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

Color convert

RGB 229 116 212 -
CMYK 0 0.49 0.07 0.10
HSL 309.03º 0.68% 0.68% -
HSV(B) 309.03º 0.49% 0.9% -
XYZ 50.44 33.9 66.17 -
YUV 160.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 229 116 212 0 0.49 0.07 0.10 309.03 0.68 0.68
Hex E5 74 D4 0 31 7 A 135 44 44
Octal 345 164 324 0 61 7 12 465 104 104
Binary 11100101 1110100 11010100 0 110001 111 1010 100110101 1000100 1000100

Color Harmonies of #E574D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574D4

Black with #E574D4

Text Example


Text Example

White with #E574D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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