Html Css Color HEX #E973DB Orchid

📋 copy color: '#E973DB'

red 233 ◦ green 115 ◦ blue 219

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

Shades of Orchid #E973DB

Tints of Orchid #E973DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.28%

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

R = 41.09%
G = 20.28%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E973DB (or 0xE973DB) is known color: Orchid. HEX triplet: E9, 73 and DB. RGB value is (233,115,219). Sum of RGB (Red+Green+Blue) = 233+115+219=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E973DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973DB is #168C24. Grayscale: #A1A1A1. Windows color (decimal): -1477669 or 14382057. OLE color: 14382057.

HSL color Cylindrical-coordinate representation of color #E973DB: hue angle of 307.12º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E973DB is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 115 219 -
CMYK 0 0.51 0.06 0.09
HSL 307.12º 0.73% 0.68% -
HSV(B) 307.12º 0.51% 0.91% -
XYZ 52.52 34.7 70.95 -
YUV 162.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 233 115 219 0 0.51 0.06 0.09 307.12 0.73 0.68
Hex E9 73 DB 0 33 6 9 133 49 44
Octal 351 163 333 0 63 6 11 463 111 104
Binary 11101001 1110011 11011011 0 110011 110 1001 100110011 1001001 1000100

Color Harmonies of #E973DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973DB

Black with #E973DB

Text Example


Text Example

White with #E973DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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