Html Css Color HEX #E376D4 Orchid

📋 copy color: '#E376D4'

red 227 ◦ green 118 ◦ blue 212

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

Shades of Orchid #E376D4

Tints of Orchid #E376D4

RGB

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

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

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

R = 40.75%
G = 21.18%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E376D4 (or 0xE376D4) is known color: Orchid. HEX triplet: E3, 76 and D4. RGB value is (227,118,212). Sum of RGB (Red+Green+Blue) = 227+118+212=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E376D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376D4 is #1C892B. Grayscale: #A1A1A1. Windows color (decimal): -1870124 or 13924067. OLE color: 13924067.

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

Color convert

RGB 227 118 212 -
CMYK 0 0.48 0.07 0.11
HSL 308.26º 0.66% 0.68% -
HSV(B) 308.26º 0.48% 0.89% -
XYZ 50.04 34.04 66.22 -
YUV 161.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 227 118 212 0 0.48 0.07 0.11 308.26 0.66 0.68
Hex E3 76 D4 0 30 7 B 134 42 44
Octal 343 166 324 0 60 7 13 464 102 104
Binary 11100011 1110110 11010100 0 110000 111 1011 100110100 1000010 1000100

Color Harmonies of #E376D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E376D4

Black with #E376D4

Text Example


Text Example

White with #E376D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E376D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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