Html Css Color HEX #E96FDB Orchid

📋 copy color: '#E96FDB'

red 233 ◦ green 111 ◦ blue 219

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

Shades of Orchid #E96FDB

Tints of Orchid #E96FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.72%

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

R = 41.39%
G = 19.72%
B = 38.9%

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

#E96FDB (or 0xE96FDB) is known color: Orchid. HEX triplet: E9, 6F and DB. RGB value is (233,111,219). Sum of RGB (Red+Green+Blue) = 233+111+219=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FDB is #169024. Grayscale: #9F9F9F. Windows color (decimal): -1478693 or 14381033. OLE color: 14381033.

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

Color convert

RGB 233 111 219 -
CMYK 0 0.52 0.06 0.09
HSL 306.89º 0.73% 0.67% -
HSV(B) 306.89º 0.52% 0.91% -
XYZ 52.07 33.81 70.8 -
YUV 159.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 233 111 219 0 0.52 0.06 0.09 306.89 0.73 0.67
Hex E9 6F DB 0 34 6 9 133 49 43
Octal 351 157 333 0 64 6 11 463 111 103
Binary 11101001 1101111 11011011 0 110100 110 1001 100110011 1001001 1000011

Color Harmonies of #E96FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96FDB

Black with #E96FDB

Text Example


Text Example

White with #E96FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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