Html Css Color HEX #E974D1 Orchid

📋 copy color: '#E974D1'

red 233 ◦ green 116 ◦ blue 209

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

Shades of Orchid #E974D1

Tints of Orchid #E974D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.46%

R = 41.76%
G = 20.79%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E974D1 (or 0xE974D1) is known color: Orchid. HEX triplet: E9, 74 and D1. RGB value is (233,116,209). Sum of RGB (Red+Green+Blue) = 233+116+209=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E974D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974D1 is #168B2E. Grayscale: #A1A1A1. Windows color (decimal): -1477423 or 13726953. OLE color: 13726953.

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

Color convert

RGB 233 116 209 -
CMYK 0 0.50 0.10 0.09
HSL 312.31º 0.73% 0.68% -
HSV(B) 312.31º 0.5% 0.91% -
XYZ 51.36 34.42 64.26 -
YUV 161.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 233 116 209 0 0.50 0.10 0.09 312.31 0.73 0.68
Hex E9 74 D1 0 32 A 9 138 49 44
Octal 351 164 321 0 62 12 11 470 111 104
Binary 11101001 1110100 11010001 0 110010 1010 1001 100111000 1001001 1000100

Color Harmonies of #E974D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E974D1

Black with #E974D1

Text Example


Text Example

White with #E974D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E974D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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