Html Css Color HEX #E973DA Orchid

📋 copy color: '#E973DA'

red 233 ◦ green 115 ◦ blue 218

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

Shades of Orchid #E973DA

Tints of Orchid #E973DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.32%

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

R = 41.17%
G = 20.32%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E973DA (or 0xE973DA) is known color: Orchid. HEX triplet: E9, 73 and DA. RGB value is (233,115,218). Sum of RGB (Red+Green+Blue) = 233+115+218=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E973DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973DA is #168C25. Grayscale: #A1A1A1. Windows color (decimal): -1477670 or 14316521. OLE color: 14316521.

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

Color convert

RGB 233 115 218 -
CMYK 0 0.51 0.06 0.09
HSL 307.63º 0.73% 0.68% -
HSV(B) 307.63º 0.51% 0.91% -
XYZ 52.39 34.65 70.26 -
YUV 162.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 233 115 218 0 0.51 0.06 0.09 307.63 0.73 0.68
Hex E9 73 DA 0 33 6 9 134 49 44
Octal 351 163 332 0 63 6 11 464 111 104
Binary 11101001 1110011 11011010 0 110011 110 1001 100110100 1001001 1000100

Color Harmonies of #E973DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973DA

Black with #E973DA

Text Example


Text Example

White with #E973DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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