Html Css Color HEX #E37EDD Orchid

📋 copy color: '#E37EDD'

red 227 ◦ green 126 ◦ blue 221

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

Shades of Orchid #E37EDD

Tints of Orchid #E37EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 39.55%
G = 21.95%
B = 38.5%

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

#E37EDD (or 0xE37EDD) is known color: Orchid. HEX triplet: E3, 7E and DD. RGB value is (227,126,221). Sum of RGB (Red+Green+Blue) = 227+126+221=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37EDD is #1C8122. Grayscale: #A6A6A6. Windows color (decimal): -1868067 or 14515939. OLE color: 14515939.

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

Color convert

RGB 227 126 221 -
CMYK 0 0.44 0.03 0.11
HSL 303.56º 0.64% 0.69% -
HSV(B) 303.56º 0.44% 0.89% -
XYZ 52.19 36.47 72.7 -
YUV 167.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 227 126 221 0 0.44 0.03 0.11 303.56 0.64 0.69
Hex E3 7E DD 0 2C 3 B 130 40 45
Octal 343 176 335 0 54 3 13 460 100 105
Binary 11100011 1111110 11011101 0 101100 11 1011 100110000 1000000 1000101

Color Harmonies of #E37EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37EDD

Black with #E37EDD

Text Example


Text Example

White with #E37EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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