Html Css Color HEX #E570CA Orchid

📋 copy color: '#E570CA'

red 229 ◦ green 112 ◦ blue 202

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

Shades of Orchid #E570CA

Tints of Orchid #E570CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.63%

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

R = 42.17%
G = 20.63%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E570CA (or 0xE570CA) is known color: Orchid. HEX triplet: E5, 70 and CA. RGB value is (229,112,202). Sum of RGB (Red+Green+Blue) = 229+112+202=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E570CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570CA is #1A8F35. Grayscale: #9D9D9D. Windows color (decimal): -1740598 or 13267173. OLE color: 13267173.

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

Color convert

RGB 229 112 202 -
CMYK 0 0.51 0.12 0.10
HSL 313.85º 0.69% 0.67% -
HSV(B) 313.85º 0.51% 0.9% -
XYZ 48.77 32.51 59.58 -
YUV 157.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 229 112 202 0 0.51 0.12 0.10 313.85 0.69 0.67
Hex E5 70 CA 0 33 C A 13A 45 43
Octal 345 160 312 0 63 14 12 472 105 103
Binary 11100101 1110000 11001010 0 110011 1100 1010 100111010 1000101 1000011

Color Harmonies of #E570CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E570CA

Black with #E570CA

Text Example


Text Example

White with #E570CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E570CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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