Html Css Color HEX #E973E1 Orchid

📋 copy color: '#E973E1'

red 233 ◦ green 115 ◦ blue 225

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

Shades of Orchid #E973E1

Tints of Orchid #E973E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.27%

R = 40.66%
G = 20.07%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E973E1 (or 0xE973E1) is known color: Orchid. HEX triplet: E9, 73 and E1. RGB value is (233,115,225). Sum of RGB (Red+Green+Blue) = 233+115+225=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E973E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973E1 is #168C1E. Grayscale: #A2A2A2. Windows color (decimal): -1477663 or 14775273. OLE color: 14775273.

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

Color convert

RGB 233 115 225 -
CMYK 0 0.51 0.03 0.09
HSL 304.07º 0.73% 0.68% -
HSV(B) 304.07º 0.51% 0.91% -
XYZ 53.33 35.02 75.18 -
YUV 162.82 163.09 178.06 -
System Red Green Blue C M Y K H S L
Decimal 233 115 225 0 0.51 0.03 0.09 304.07 0.73 0.68
Hex E9 73 E1 0 33 3 9 130 49 44
Octal 351 163 341 0 63 3 11 460 111 104
Binary 11101001 1110011 11100001 0 110011 11 1001 100110000 1001001 1000100

Color Harmonies of #E973E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973E1

Black with #E973E1

Text Example


Text Example

White with #E973E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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