Html Css Color HEX #E37EDC Orchid

📋 copy color: '#E37EDC'

red 227 ◦ green 126 ◦ blue 220

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

Shades of Orchid #E37EDC

Tints of Orchid #E37EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.99%

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 39.62%
G = 21.99%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E37EDC (or 0xE37EDC) is known color: Orchid. HEX triplet: E3, 7E and DC. RGB value is (227,126,220). Sum of RGB (Red+Green+Blue) = 227+126+220=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37EDC is #1C8123. Grayscale: #A6A6A6. Windows color (decimal): -1868068 or 14450403. OLE color: 14450403.

HSL color Cylindrical-coordinate representation of color #E37EDC: hue angle of 304.16º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37EDC is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 126 220 -
CMYK 0 0.44 0.03 0.11
HSL 304.16º 0.64% 0.69% -
HSV(B) 304.16º 0.44% 0.89% -
XYZ 52.06 36.42 72 -
YUV 166.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 227 126 220 0 0.44 0.03 0.11 304.16 0.64 0.69
Hex E3 7E DC 0 2C 3 B 130 40 45
Octal 343 176 334 0 54 3 13 460 100 105
Binary 11100011 1111110 11011100 0 101100 11 1011 100110000 1000000 1000101

Color Harmonies of #E37EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37EDC

Black with #E37EDC

Text Example


Text Example

White with #E37EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37EDC; }

 p { color: rgb(227,126,220); }

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

background-color css

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

 a { background-color: rgb(227,126,220); }

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

border-color css

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

 span { border-color: rgb(227,126,220); }

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