Html Css Color HEX #E971DB Orchid

📋 copy color: '#E971DB'

red 233 ◦ green 113 ◦ blue 219

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

Shades of Orchid #E971DB

Tints of Orchid #E971DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20%

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

R = 41.24%
G = 20%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E971DB (or 0xE971DB) is known color: Orchid. HEX triplet: E9, 71 and DB. RGB value is (233,113,219). Sum of RGB (Red+Green+Blue) = 233+113+219=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E971DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971DB is #168E24. Grayscale: #A0A0A0. Windows color (decimal): -1478181 or 14381545. OLE color: 14381545.

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

Color convert

RGB 233 113 219 -
CMYK 0 0.52 0.06 0.09
HSL 307º 0.73% 0.68% -
HSV(B) 307º 0.52% 0.91% -
XYZ 52.3 34.25 70.87 -
YUV 160.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 233 113 219 0 0.52 0.06 0.09 307 0.73 0.68
Hex E9 71 DB 0 34 6 9 133 49 44
Octal 351 161 333 0 64 6 11 463 111 104
Binary 11101001 1110001 11011011 0 110100 110 1001 100110011 1001001 1000100

Color Harmonies of #E971DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E971DB

Black with #E971DB

Text Example


Text Example

White with #E971DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E971DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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