Html Css Color HEX #E970DB Orchid

📋 copy color: '#E970DB'

red 233 ◦ green 112 ◦ blue 219

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

Shades of Orchid #E970DB

Tints of Orchid #E970DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.86%

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

R = 41.31%
G = 19.86%
B = 38.83%

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

#E970DB (or 0xE970DB) is known color: Orchid. HEX triplet: E9, 70 and DB. RGB value is (233,112,219). Sum of RGB (Red+Green+Blue) = 233+112+219=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E970DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970DB is #168F24. Grayscale: #A0A0A0. Windows color (decimal): -1478437 or 14381289. OLE color: 14381289.

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

Color convert

RGB 233 112 219 -
CMYK 0 0.52 0.06 0.09
HSL 306.94º 0.73% 0.68% -
HSV(B) 306.94º 0.52% 0.91% -
XYZ 52.18 34.03 70.84 -
YUV 160.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 233 112 219 0 0.52 0.06 0.09 306.94 0.73 0.68
Hex E9 70 DB 0 34 6 9 133 49 44
Octal 351 160 333 0 64 6 11 463 111 104
Binary 11101001 1110000 11011011 0 110100 110 1001 100110011 1001001 1000100

Color Harmonies of #E970DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970DB

Black with #E970DB

Text Example


Text Example

White with #E970DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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