Html Css Color HEX #E976DB Orchid

📋 copy color: '#E976DB'

red 233 ◦ green 118 ◦ blue 219

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

Shades of Orchid #E976DB

Tints of Orchid #E976DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.7%

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

R = 40.88%
G = 20.7%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E976DB (or 0xE976DB) is known color: Orchid. HEX triplet: E9, 76 and DB. RGB value is (233,118,219). Sum of RGB (Red+Green+Blue) = 233+118+219=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E976DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976DB is #168924. Grayscale: #A3A3A3. Windows color (decimal): -1476901 or 14382825. OLE color: 14382825.

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

Color convert

RGB 233 118 219 -
CMYK 0 0.49 0.06 0.09
HSL 307.3º 0.72% 0.69% -
HSV(B) 307.3º 0.49% 0.91% -
XYZ 52.87 35.39 71.06 -
YUV 163.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 233 118 219 0 0.49 0.06 0.09 307.3 0.72 0.69
Hex E9 76 DB 0 31 6 9 133 48 45
Octal 351 166 333 0 61 6 11 463 110 105
Binary 11101001 1110110 11011011 0 110001 110 1001 100110011 1001000 1000101

Color Harmonies of #E976DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E976DB

Black with #E976DB

Text Example


Text Example

White with #E976DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E976DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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