Html Css Color HEX #E36EE4 Orchid

📋 copy color: '#E36EE4'

red 227 ◦ green 110 ◦ blue 228

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

Shades of Orchid #E36EE4

Tints of Orchid #E36EE4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.47%

 BLUE value IS 228 (89.45% from 255) = 40.35%

R = 40.18%
G = 19.47%
B = 40.35%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E36EE4 (or 0xE36EE4) is known color: Orchid. HEX triplet: E3, 6E and E4. RGB value is (227,110,228). Sum of RGB (Red+Green+Blue) = 227+110+228=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #E36EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36EE4 is #1C911B. Grayscale: #9E9E9E. Windows color (decimal): -1872156 or 14970595. OLE color: 14970595.

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

Color convert

RGB 227 110 228 -
CMYK 0.00 0.52 0 0.11
HSL 299.49º 0.69% 0.66% -
HSV(B) 299.49º 0.52% 0.89% -
XYZ 51.26 33.08 77.08 -
YUV 158.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 227 110 228 0.00 0.52 0 0.11 299.49 0.69 0.66
Hex E3 6E E4 0 34 0 B 12B 45 42
Octal 343 156 344 0 64 0 13 453 105 102
Binary 11100011 1101110 11100100 0 110100 0 1011 100101011 1000101 1000010

Color Harmonies of #E36EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36EE4

Black with #E36EE4

Text Example


Text Example

White with #E36EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36EE4; }

 p { color: rgb(227,110,228); }

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

background-color css

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

 a { background-color: rgb(227,110,228); }

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

border-color css

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

 span { border-color: rgb(227,110,228); }

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