Html Css Color HEX #E572CA Orchid

📋 copy color: '#E572CA'

red 229 ◦ green 114 ◦ blue 202

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

Shades of Orchid #E572CA

Tints of Orchid #E572CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.06%

R = 42.02%
G = 20.92%
B = 37.06%

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

#E572CA (or 0xE572CA) is known color: Orchid. HEX triplet: E5, 72 and CA. RGB value is (229,114,202). Sum of RGB (Red+Green+Blue) = 229+114+202=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E572CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572CA is #1A8D35. Grayscale: #9E9E9E. Windows color (decimal): -1740086 or 13267685. OLE color: 13267685.

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

Color convert

RGB 229 114 202 -
CMYK 0 0.50 0.12 0.10
HSL 314.09º 0.69% 0.67% -
HSV(B) 314.09º 0.5% 0.9% -
XYZ 48.99 32.96 59.66 -
YUV 158.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 229 114 202 0 0.50 0.12 0.10 314.09 0.69 0.67
Hex E5 72 CA 0 32 C A 13A 45 43
Octal 345 162 312 0 62 14 12 472 105 103
Binary 11100101 1110010 11001010 0 110010 1100 1010 100111010 1000101 1000011

Color Harmonies of #E572CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572CA

Black with #E572CA

Text Example


Text Example

White with #E572CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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