Html Css Color HEX #E57ACC Orchid

📋 copy color: '#E57ACC'

red 229 ◦ green 122 ◦ blue 204

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

Shades of Orchid #E57ACC

Tints of Orchid #E57ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.98%

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 41.26%
G = 21.98%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E57ACC (or 0xE57ACC) is known color: Orchid. HEX triplet: E5, 7A and CC. RGB value is (229,122,204). Sum of RGB (Red+Green+Blue) = 229+122+204=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ACC is #1A8533. Grayscale: #A3A3A3. Windows color (decimal): -1738036 or 13400805. OLE color: 13400805.

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

Color convert

RGB 229 122 204 -
CMYK 0 0.47 0.11 0.10
HSL 314.02º 0.67% 0.69% -
HSV(B) 314.02º 0.47% 0.9% -
XYZ 50.17 34.94 61.23 -
YUV 163.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 229 122 204 0 0.47 0.11 0.10 314.02 0.67 0.69
Hex E5 7A CC 0 2F B A 13A 43 45
Octal 345 172 314 0 57 13 12 472 103 105
Binary 11100101 1111010 11001100 0 101111 1011 1010 100111010 1000011 1000101

Color Harmonies of #E57ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57ACC

Black with #E57ACC

Text Example


Text Example

White with #E57ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57ACC; }

 p { color: rgb(229,122,204); }

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

background-color css

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

 a { background-color: rgb(229,122,204); }

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

border-color css

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

 span { border-color: rgb(229,122,204); }

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