Html Css Color HEX #E37EDE Orchid

📋 copy color: '#E37EDE'

red 227 ◦ green 126 ◦ blue 222

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

Shades of Orchid #E37EDE

Tints of Orchid #E37EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.61%

R = 39.48%
G = 21.91%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E37EDE (or 0xE37EDE) is known color: Orchid. HEX triplet: E3, 7E and DE. RGB value is (227,126,222). Sum of RGB (Red+Green+Blue) = 227+126+222=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37EDE is #1C8121. Grayscale: #A6A6A6. Windows color (decimal): -1868066 or 14581475. OLE color: 14581475.

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

Color convert

RGB 227 126 222 -
CMYK 0 0.44 0.02 0.11
HSL 302.97º 0.64% 0.69% -
HSV(B) 302.97º 0.44% 0.89% -
XYZ 52.32 36.53 73.4 -
YUV 167.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 227 126 222 0 0.44 0.02 0.11 302.97 0.64 0.69
Hex E3 7E DE 0 2C 2 B 12F 40 45
Octal 343 176 336 0 54 2 13 457 100 105
Binary 11100011 1111110 11011110 0 101100 10 1011 100101111 1000000 1000101

Color Harmonies of #E37EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37EDE

Black with #E37EDE

Text Example


Text Example

White with #E37EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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