Html Css Color HEX #E36AD5 Orchid

📋 copy color: '#E36AD5'

red 227 ◦ green 106 ◦ blue 213

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

Shades of Orchid #E36AD5

Tints of Orchid #E36AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.01%

R = 41.58%
G = 19.41%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E36AD5 (or 0xE36AD5) is known color: Orchid. HEX triplet: E3, 6A and D5. RGB value is (227,106,213). Sum of RGB (Red+Green+Blue) = 227+106+213=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AD5 is #1C952A. Grayscale: #9A9A9A. Windows color (decimal): -1873195 or 13986531. OLE color: 13986531.

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

Color convert

RGB 227 106 213 -
CMYK 0 0.53 0.06 0.11
HSL 306.94º 0.68% 0.65% -
HSV(B) 306.94º 0.53% 0.89% -
XYZ 48.84 31.44 66.45 -
YUV 154.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 227 106 213 0 0.53 0.06 0.11 306.94 0.68 0.65
Hex E3 6A D5 0 35 6 B 133 44 41
Octal 343 152 325 0 65 6 13 463 104 101
Binary 11100011 1101010 11010101 0 110101 110 1011 100110011 1000100 1000001

Color Harmonies of #E36AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36AD5

Black with #E36AD5

Text Example


Text Example

White with #E36AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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