Html Css Color HEX #E974DA Orchid

📋 copy color: '#E974DA'

red 233 ◦ green 116 ◦ blue 218

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

Shades of Orchid #E974DA

Tints of Orchid #E974DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 41.09%
G = 20.46%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E974DA (or 0xE974DA) is known color: Orchid. HEX triplet: E9, 74 and DA. RGB value is (233,116,218). Sum of RGB (Red+Green+Blue) = 233+116+218=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E974DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974DA is #168B25. Grayscale: #A2A2A2. Windows color (decimal): -1477414 or 14316777. OLE color: 14316777.

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

Color convert

RGB 233 116 218 -
CMYK 0 0.50 0.06 0.09
HSL 307.69º 0.73% 0.68% -
HSV(B) 307.69º 0.5% 0.91% -
XYZ 52.5 34.88 70.29 -
YUV 162.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 233 116 218 0 0.50 0.06 0.09 307.69 0.73 0.68
Hex E9 74 DA 0 32 6 9 134 49 44
Octal 351 164 332 0 62 6 11 464 111 104
Binary 11101001 1110100 11011010 0 110010 110 1001 100110100 1001001 1000100

Color Harmonies of #E974DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E974DA

Black with #E974DA

Text Example


Text Example

White with #E974DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E974DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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