Html Css Color HEX #E574C9 Orchid

📋 copy color: '#E574C9'

red 229 ◦ green 116 ◦ blue 201

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

Shades of Orchid #E574C9

Tints of Orchid #E574C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 41.94%
G = 21.25%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E574C9 (or 0xE574C9) is known color: Orchid. HEX triplet: E5, 74 and C9. RGB value is (229,116,201). Sum of RGB (Red+Green+Blue) = 229+116+201=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E574C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574C9 is #1A8B36. Grayscale: #9F9F9F. Windows color (decimal): -1739575 or 13202661. OLE color: 13202661.

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

Color convert

RGB 229 116 201 -
CMYK 0 0.49 0.12 0.10
HSL 314.87º 0.68% 0.68% -
HSV(B) 314.87º 0.49% 0.9% -
XYZ 49.1 33.37 59.11 -
YUV 159.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 229 116 201 0 0.49 0.12 0.10 314.87 0.68 0.68
Hex E5 74 C9 0 31 C A 13B 44 44
Octal 345 164 311 0 61 14 12 473 104 104
Binary 11100101 1110100 11001001 0 110001 1100 1010 100111011 1000100 1000100

Color Harmonies of #E574C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574C9

Black with #E574C9

Text Example


Text Example

White with #E574C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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