Html Css Color HEX #E36DE4 Orchid

📋 copy color: '#E36DE4'

red 227 ◦ green 109 ◦ blue 228

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

Shades of Orchid #E36DE4

Tints of Orchid #E36DE4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.33%

 BLUE value IS 228 (89.45% from 255) = 40.43%

R = 40.25%
G = 19.33%
B = 40.43%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E36DE4 (or 0xE36DE4) is known color: Orchid. HEX triplet: E3, 6D and E4. RGB value is (227,109,228). Sum of RGB (Red+Green+Blue) = 227+109+228=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #E36DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36DE4 is #1C921B. Grayscale: #9D9D9D. Windows color (decimal): -1872412 or 14970339. OLE color: 14970339.

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

Color convert

RGB 227 109 228 -
CMYK 0.00 0.52 0 0.11
HSL 299.5º 0.69% 0.66% -
HSV(B) 299.5º 0.52% 0.89% -
XYZ 51.15 32.87 77.05 -
YUV 157.85 167.59 177.32 -
System Red Green Blue C M Y K H S L
Decimal 227 109 228 0.00 0.52 0 0.11 299.5 0.69 0.66
Hex E3 6D E4 0 34 0 B 12B 45 42
Octal 343 155 344 0 64 0 13 453 105 102
Binary 11100011 1101101 11100100 0 110100 0 1011 100101011 1000101 1000010

Color Harmonies of #E36DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36DE4

Black with #E36DE4

Text Example


Text Example

White with #E36DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36DE4; }

 p { color: rgb(227,109,228); }

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

background-color css

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

 a { background-color: rgb(227,109,228); }

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

border-color css

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

 span { border-color: rgb(227,109,228); }

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