Html Css Color HEX #E36AD1 Orchid

📋 copy color: '#E36AD1'

red 227 ◦ green 106 ◦ blue 209

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

Shades of Orchid #E36AD1

Tints of Orchid #E36AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.56%

R = 41.88%
G = 19.56%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E36AD1 (or 0xE36AD1) is known color: Orchid. HEX triplet: E3, 6A and D1. RGB value is (227,106,209). Sum of RGB (Red+Green+Blue) = 227+106+209=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AD1 is #1C952E. Grayscale: #999999. Windows color (decimal): -1873199 or 13724387. OLE color: 13724387.

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

Color convert

RGB 227 106 209 -
CMYK 0 0.53 0.08 0.11
HSL 308.93º 0.68% 0.65% -
HSV(B) 308.93º 0.53% 0.89% -
XYZ 48.34 31.24 63.8 -
YUV 153.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 227 106 209 0 0.53 0.08 0.11 308.93 0.68 0.65
Hex E3 6A D1 0 35 8 B 135 44 41
Octal 343 152 321 0 65 10 13 465 104 101
Binary 11100011 1101010 11010001 0 110101 1000 1011 100110101 1000100 1000001

Color Harmonies of #E36AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36AD1

Black with #E36AD1

Text Example


Text Example

White with #E36AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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