Html Css Color HEX #E36ECC Orchid

📋 copy color: '#E36ECC'

red 227 ◦ green 110 ◦ blue 204

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

Shades of Orchid #E36ECC

Tints of Orchid #E36ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 41.96%
G = 20.33%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E36ECC (or 0xE36ECC) is known color: Orchid. HEX triplet: E3, 6E and CC. RGB value is (227,110,204). Sum of RGB (Red+Green+Blue) = 227+110+204=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E36ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36ECC is #1C9133. Grayscale: #9B9B9B. Windows color (decimal): -1872180 or 13397731. OLE color: 13397731.

HSL color Cylindrical-coordinate representation of color #E36ECC: hue angle of 311.79º degrees, saturation: 0.68, 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 #E36ECC is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 110 204 -
CMYK 0 0.52 0.10 0.11
HSL 311.79º 0.68% 0.66% -
HSV(B) 311.79º 0.52% 0.89% -
XYZ 48.15 31.84 60.73 -
YUV 155.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 227 110 204 0 0.52 0.10 0.11 311.79 0.68 0.66
Hex E3 6E CC 0 34 A B 138 44 42
Octal 343 156 314 0 64 12 13 470 104 102
Binary 11100011 1101110 11001100 0 110100 1010 1011 100111000 1000100 1000010

Color Harmonies of #E36ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36ECC

Black with #E36ECC

Text Example


Text Example

White with #E36ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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