Html Css Color HEX #E376E1 Orchid

📋 copy color: '#E376E1'

red 227 ◦ green 118 ◦ blue 225

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

Shades of Orchid #E376E1

Tints of Orchid #E376E1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.7%

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

R = 39.82%
G = 20.7%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E376E1 (or 0xE376E1) is known color: Orchid. HEX triplet: E3, 76 and E1. RGB value is (227,118,225). Sum of RGB (Red+Green+Blue) = 227+118+225=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E376E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376E1 is #1C891E. Grayscale: #A2A2A2. Windows color (decimal): -1870111 or 14776035. OLE color: 14776035.

HSL color Cylindrical-coordinate representation of color #E376E1: hue angle of 301.1º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E376E1 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 118 225 -
CMYK 0 0.48 0.01 0.11
HSL 301.1º 0.66% 0.68% -
HSV(B) 301.1º 0.48% 0.89% -
XYZ 51.75 34.72 75.21 -
YUV 162.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 227 118 225 0 0.48 0.01 0.11 301.1 0.66 0.68
Hex E3 76 E1 0 30 1 B 12D 42 44
Octal 343 166 341 0 60 1 13 455 102 104
Binary 11100011 1110110 11100001 0 110000 1 1011 100101101 1000010 1000100

Color Harmonies of #E376E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E376E1

Black with #E376E1

Text Example


Text Example

White with #E376E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E376E1; }

 p { color: rgb(227,118,225); }

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

background-color css

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

 a { background-color: rgb(227,118,225); }

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

border-color css

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

 span { border-color: rgb(227,118,225); }

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