Html Css Color HEX #E97ACE Orchid

📋 copy color: '#E97ACE'

red 233 ◦ green 122 ◦ blue 206

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

Shades of Orchid #E97ACE

Tints of Orchid #E97ACE

RGB

 RED value IS 233 (91.41% from 255) = 41.53%

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

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 41.53%
G = 21.75%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E97ACE (or 0xE97ACE) is known color: Orchid. HEX triplet: E9, 7A and CE. RGB value is (233,122,206). Sum of RGB (Red+Green+Blue) = 233+122+206=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ACE is #168531. Grayscale: #A4A4A4. Windows color (decimal): -1475890 or 13531881. OLE color: 13531881.

HSL color Cylindrical-coordinate representation of color #E97ACE: hue angle of 314.59º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97ACE is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 122 206 -
CMYK 0 0.48 0.12 0.09
HSL 314.59º 0.72% 0.7% -
HSV(B) 314.59º 0.48% 0.91% -
XYZ 51.7 35.7 62.56 -
YUV 164.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 233 122 206 0 0.48 0.12 0.09 314.59 0.72 0.7
Hex E9 7A CE 0 30 C 9 13B 48 46
Octal 351 172 316 0 60 14 11 473 110 106
Binary 11101001 1111010 11001110 0 110000 1100 1001 100111011 1001000 1000110

Color Harmonies of #E97ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97ACE

Black with #E97ACE

Text Example


Text Example

White with #E97ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97ACE; }

 p { color: rgb(233,122,206); }

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

background-color css

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

 a { background-color: rgb(233,122,206); }

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

border-color css

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

 span { border-color: rgb(233,122,206); }

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