Html Css Color HEX #E36AC4 Orchid

📋 copy color: '#E36AC4'

red 227 ◦ green 106 ◦ blue 196

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

Shades of Orchid #E36AC4

Tints of Orchid #E36AC4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.04%

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 42.91%
G = 20.04%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E36AC4 (or 0xE36AC4) is known color: Orchid. HEX triplet: E3, 6A and C4. RGB value is (227,106,196). Sum of RGB (Red+Green+Blue) = 227+106+196=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AC4 is #1C953B. Grayscale: #989898. Windows color (decimal): -1873212 or 12872419. OLE color: 12872419.

HSL color Cylindrical-coordinate representation of color #E36AC4: hue angle of 315.37º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36AC4 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 106 196 -
CMYK 0 0.53 0.14 0.11
HSL 315.37º 0.68% 0.65% -
HSV(B) 315.37º 0.53% 0.89% -
XYZ 46.8 30.62 55.67 -
YUV 152.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 227 106 196 0 0.53 0.14 0.11 315.37 0.68 0.65
Hex E3 6A C4 0 35 E B 13B 44 41
Octal 343 152 304 0 65 16 13 473 104 101
Binary 11100011 1101010 11000100 0 110101 1110 1011 100111011 1000100 1000001

Color Harmonies of #E36AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36AC4

Black with #E36AC4

Text Example


Text Example

White with #E36AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36AC4; }

 p { color: rgb(227,106,196); }

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

background-color css

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

 a { background-color: rgb(227,106,196); }

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

border-color css

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

 span { border-color: rgb(227,106,196); }

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