Html Css Color HEX #E97ED0 Orchid

📋 copy color: '#E97ED0'

red 233 ◦ green 126 ◦ blue 208

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

Shades of Orchid #E97ED0

Tints of Orchid #E97ED0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.22%

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 41.09%
G = 22.22%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E97ED0 (or 0xE97ED0) is known color: Orchid. HEX triplet: E9, 7E and D0. RGB value is (233,126,208). Sum of RGB (Red+Green+Blue) = 233+126+208=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ED0 is #16812F. Grayscale: #A7A7A7. Windows color (decimal): -1474864 or 13663977. OLE color: 13663977.

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

Color convert

RGB 233 126 208 -
CMYK 0 0.46 0.11 0.09
HSL 314.02º 0.71% 0.7% -
HSV(B) 314.02º 0.46% 0.91% -
XYZ 52.45 36.8 64.01 -
YUV 167.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 233 126 208 0 0.46 0.11 0.09 314.02 0.71 0.7
Hex E9 7E D0 0 2E B 9 13A 47 46
Octal 351 176 320 0 56 13 11 472 107 106
Binary 11101001 1111110 11010000 0 101110 1011 1001 100111010 1000111 1000110

Color Harmonies of #E97ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97ED0

Black with #E97ED0

Text Example


Text Example

White with #E97ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97ED0; }

 p { color: rgb(233,126,208); }

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

background-color css

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

 a { background-color: rgb(233,126,208); }

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

border-color css

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

 span { border-color: rgb(233,126,208); }

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