Html Css Color HEX #E373D4 Orchid

📋 copy color: '#E373D4'

red 227 ◦ green 115 ◦ blue 212

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

Shades of Orchid #E373D4

Tints of Orchid #E373D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.27%

R = 40.97%
G = 20.76%
B = 38.27%

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

#E373D4 (or 0xE373D4) is known color: Orchid. HEX triplet: E3, 73 and D4. RGB value is (227,115,212). Sum of RGB (Red+Green+Blue) = 227+115+212=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E373D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373D4 is #1C8C2B. Grayscale: #9F9F9F. Windows color (decimal): -1870892 or 13923299. OLE color: 13923299.

HSL color Cylindrical-coordinate representation of color #E373D4: hue angle of 308.04º 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 #E373D4 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 115 212 -
CMYK 0 0.49 0.07 0.11
HSL 308.04º 0.67% 0.67% -
HSV(B) 308.04º 0.49% 0.89% -
XYZ 49.69 33.35 66.1 -
YUV 159.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 227 115 212 0 0.49 0.07 0.11 308.04 0.67 0.67
Hex E3 73 D4 0 31 7 B 134 43 43
Octal 343 163 324 0 61 7 13 464 103 103
Binary 11100011 1110011 11010100 0 110001 111 1011 100110100 1000011 1000011

Color Harmonies of #E373D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E373D4

Black with #E373D4

Text Example


Text Example

White with #E373D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E373D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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