Html Css Color HEX #E373D3 Orchid

📋 copy color: '#E373D3'

red 227 ◦ green 115 ◦ blue 211

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

Shades of Orchid #E373D3

Tints of Orchid #E373D3

RGB

 RED value IS 227 (89.06% from 255) = 41.05%

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

 BLUE value IS 211 (82.81% from 255) = 38.16%

R = 41.05%
G = 20.8%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E373D3 (or 0xE373D3) is known color: Orchid. HEX triplet: E3, 73 and D3. RGB value is (227,115,211). Sum of RGB (Red+Green+Blue) = 227+115+211=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E373D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373D3 is #1C8C2C. Grayscale: #9F9F9F. Windows color (decimal): -1870893 or 13857763. OLE color: 13857763.

HSL color Cylindrical-coordinate representation of color #E373D3: hue angle of 308.57º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E373D3 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 115 211 -
CMYK 0 0.49 0.07 0.11
HSL 308.57º 0.67% 0.67% -
HSV(B) 308.57º 0.49% 0.89% -
XYZ 49.57 33.3 65.44 -
YUV 159.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 227 115 211 0 0.49 0.07 0.11 308.57 0.67 0.67
Hex E3 73 D3 0 31 7 B 135 43 43
Octal 343 163 323 0 61 7 13 465 103 103
Binary 11100011 1110011 11010011 0 110001 111 1011 100110101 1000011 1000011

Color Harmonies of #E373D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E373D3

Black with #E373D3

Text Example


Text Example

White with #E373D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E373D3; }

 p { color: rgb(227,115,211); }

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

background-color css

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

 a { background-color: rgb(227,115,211); }

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

border-color css

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

 span { border-color: rgb(227,115,211); }

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