Html Css Color HEX #E374DF Orchid

📋 copy color: '#E374DF'

red 227 ◦ green 116 ◦ blue 223

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

Shades of Orchid #E374DF

Tints of Orchid #E374DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 40.11%
G = 20.49%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E374DF (or 0xE374DF) is known color: Orchid. HEX triplet: E3, 74 and DF. RGB value is (227,116,223). Sum of RGB (Red+Green+Blue) = 227+116+223=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E374DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374DF is #1C8B20. Grayscale: #A1A1A1. Windows color (decimal): -1870625 or 14644451. OLE color: 14644451.

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

Color convert

RGB 227 116 223 -
CMYK 0 0.49 0.02 0.11
HSL 302.16º 0.66% 0.67% -
HSV(B) 302.16º 0.49% 0.89% -
XYZ 51.24 34.15 73.7 -
YUV 161.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 227 116 223 0 0.49 0.02 0.11 302.16 0.66 0.67
Hex E3 74 DF 0 31 2 B 12E 42 43
Octal 343 164 337 0 61 2 13 456 102 103
Binary 11100011 1110100 11011111 0 110001 10 1011 100101110 1000010 1000011

Color Harmonies of #E374DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E374DF

Black with #E374DF

Text Example


Text Example

White with #E374DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E374DF; }

 p { color: rgb(227,116,223); }

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

background-color css

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

 a { background-color: rgb(227,116,223); }

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

border-color css

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

 span { border-color: rgb(227,116,223); }

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