Html Css Color HEX #E572C9 Orchid

📋 copy color: '#E572C9'

red 229 ◦ green 114 ◦ blue 201

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

Shades of Orchid #E572C9

Tints of Orchid #E572C9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.96%

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

R = 42.1%
G = 20.96%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E572C9 (or 0xE572C9) is known color: Orchid. HEX triplet: E5, 72 and C9. RGB value is (229,114,201). Sum of RGB (Red+Green+Blue) = 229+114+201=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E572C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572C9 is #1A8D36. Grayscale: #9E9E9E. Windows color (decimal): -1740087 or 13202149. OLE color: 13202149.

HSL color Cylindrical-coordinate representation of color #E572C9: hue angle of 314.61º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E572C9 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 114 201 -
CMYK 0 0.50 0.12 0.10
HSL 314.61º 0.69% 0.67% -
HSV(B) 314.61º 0.5% 0.9% -
XYZ 48.87 32.91 59.03 -
YUV 158.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 229 114 201 0 0.50 0.12 0.10 314.61 0.69 0.67
Hex E5 72 C9 0 32 C A 13B 45 43
Octal 345 162 311 0 62 14 12 473 105 103
Binary 11100101 1110010 11001001 0 110010 1100 1010 100111011 1000101 1000011

Color Harmonies of #E572C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572C9

Black with #E572C9

Text Example


Text Example

White with #E572C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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