Html Css Color HEX #E36AEA Orchid

📋 copy color: '#E36AEA'

red 227 ◦ green 106 ◦ blue 234

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

Shades of Orchid #E36AEA

Tints of Orchid #E36AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.27%

R = 40.04%
G = 18.69%
B = 41.27%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E36AEA (or 0xE36AEA) is known color: Orchid. HEX triplet: E3, 6A and EA. RGB value is (227,106,234). Sum of RGB (Red+Green+Blue) = 227+106+234=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #E36AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36AEA is #1C9515. Grayscale: #9C9C9C. Windows color (decimal): -1873174 or 15362787. OLE color: 15362787.

HSL color Cylindrical-coordinate representation of color #E36AEA: hue angle of 296.72º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E36AEA is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 106 234 -
CMYK 0.03 0.55 0 0.08
HSL 296.72º 0.75% 0.67% -
HSV(B) 296.72º 0.55% 0.92% -
XYZ 51.68 32.58 81.41 -
YUV 156.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 227 106 234 0.03 0.55 0 0.08 296.72 0.75 0.67
Hex E3 6A EA 3 37 0 8 129 4B 43
Octal 343 152 352 3 67 0 10 451 113 103
Binary 11100011 1101010 11101010 11 110111 0 1000 100101001 1001011 1000011

Color Harmonies of #E36AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36AEA

Black with #E36AEA

Text Example


Text Example

White with #E36AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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