Html Css Color HEX #E57CCA Orchid

📋 copy color: '#E57CCA'

red 229 ◦ green 124 ◦ blue 202

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

Shades of Orchid #E57CCA

Tints of Orchid #E57CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.34%

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

R = 41.26%
G = 22.34%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E57CCA (or 0xE57CCA) is known color: Orchid. HEX triplet: E5, 7C and CA. RGB value is (229,124,202). Sum of RGB (Red+Green+Blue) = 229+124+202=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CCA is #1A8335. Grayscale: #A4A4A4. Windows color (decimal): -1737526 or 13270245. OLE color: 13270245.

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

Color convert

RGB 229 124 202 -
CMYK 0 0.46 0.12 0.10
HSL 315.43º 0.67% 0.69% -
HSV(B) 315.43º 0.46% 0.9% -
XYZ 50.18 35.34 60.05 -
YUV 164.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 229 124 202 0 0.46 0.12 0.10 315.43 0.67 0.69
Hex E5 7C CA 0 2E C A 13B 43 45
Octal 345 174 312 0 56 14 12 473 103 105
Binary 11100101 1111100 11001010 0 101110 1100 1010 100111011 1000011 1000101

Color Harmonies of #E57CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57CCA

Black with #E57CCA

Text Example


Text Example

White with #E57CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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