Html Css Color HEX #E96DDD Orchid

📋 copy color: '#E96DDD'

red 233 ◦ green 109 ◦ blue 221

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

Shades of Orchid #E96DDD

Tints of Orchid #E96DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.36%

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 41.39%
G = 19.36%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E96DDD (or 0xE96DDD) is known color: Orchid. HEX triplet: E9, 6D and DD. RGB value is (233,109,221). Sum of RGB (Red+Green+Blue) = 233+109+221=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DDD is #169222. Grayscale: #9E9E9E. Windows color (decimal): -1479203 or 14511593. OLE color: 14511593.

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

Color convert

RGB 233 109 221 -
CMYK 0 0.53 0.05 0.09
HSL 305.81º 0.74% 0.67% -
HSV(B) 305.81º 0.53% 0.91% -
XYZ 52.12 33.48 72.12 -
YUV 158.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 233 109 221 0 0.53 0.05 0.09 305.81 0.74 0.67
Hex E9 6D DD 0 35 5 9 132 4A 43
Octal 351 155 335 0 65 5 11 462 112 103
Binary 11101001 1101101 11011101 0 110101 101 1001 100110010 1001010 1000011

Color Harmonies of #E96DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DDD

Black with #E96DDD

Text Example


Text Example

White with #E96DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DDD; }

 p { color: rgb(233,109,221); }

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

background-color css

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

 a { background-color: rgb(233,109,221); }

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

border-color css

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

 span { border-color: rgb(233,109,221); }

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