Html Css Color HEX #E97ADB Orchid

📋 copy color: '#E97ADB'

red 233 ◦ green 122 ◦ blue 219

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

Shades of Orchid #E97ADB

Tints of Orchid #E97ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 40.59%
G = 21.25%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E97ADB (or 0xE97ADB) is known color: Orchid. HEX triplet: E9, 7A and DB. RGB value is (233,122,219). Sum of RGB (Red+Green+Blue) = 233+122+219=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ADB is #168524. Grayscale: #A5A5A5. Windows color (decimal): -1475877 or 14383849. OLE color: 14383849.

HSL color Cylindrical-coordinate representation of color #E97ADB: hue angle of 307.57º 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 #E97ADB is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 122 219 -
CMYK 0 0.48 0.06 0.09
HSL 307.57º 0.72% 0.7% -
HSV(B) 307.57º 0.48% 0.91% -
XYZ 53.35 36.36 71.22 -
YUV 166.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 233 122 219 0 0.48 0.06 0.09 307.57 0.72 0.7
Hex E9 7A DB 0 30 6 9 134 48 46
Octal 351 172 333 0 60 6 11 464 110 106
Binary 11101001 1111010 11011011 0 110000 110 1001 100110100 1001000 1000110

Color Harmonies of #E97ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97ADB

Black with #E97ADB

Text Example


Text Example

White with #E97ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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