Html Css Color HEX #E974DD Orchid

📋 copy color: '#E974DD'

red 233 ◦ green 116 ◦ blue 221

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

Shades of Orchid #E974DD

Tints of Orchid #E974DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.35%

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

R = 40.88%
G = 20.35%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E974DD (or 0xE974DD) is known color: Orchid. HEX triplet: E9, 74 and DD. RGB value is (233,116,221). Sum of RGB (Red+Green+Blue) = 233+116+221=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E974DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974DD is #168B22. Grayscale: #A2A2A2. Windows color (decimal): -1477411 or 14513385. OLE color: 14513385.

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

Color convert

RGB 233 116 221 -
CMYK 0 0.50 0.05 0.09
HSL 306.15º 0.73% 0.68% -
HSV(B) 306.15º 0.5% 0.91% -
XYZ 52.9 35.03 72.38 -
YUV 162.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 233 116 221 0 0.50 0.05 0.09 306.15 0.73 0.68
Hex E9 74 DD 0 32 5 9 132 49 44
Octal 351 164 335 0 62 5 11 462 111 104
Binary 11101001 1110100 11011101 0 110010 101 1001 100110010 1001001 1000100

Color Harmonies of #E974DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E974DD

Black with #E974DD

Text Example


Text Example

White with #E974DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E974DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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