Html Css Color HEX #E369D9 Orchid

📋 copy color: '#E369D9'

red 227 ◦ green 105 ◦ blue 217

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

Shades of Orchid #E369D9

Tints of Orchid #E369D9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.13%

 BLUE value IS 217 (85.16% from 255) = 39.53%

R = 41.35%
G = 19.13%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E369D9 (or 0xE369D9) is known color: Orchid. HEX triplet: E3, 69 and D9. RGB value is (227,105,217). Sum of RGB (Red+Green+Blue) = 227+105+217=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E369D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369D9 is #1C9626. Grayscale: #999999. Windows color (decimal): -1873447 or 14248419. OLE color: 14248419.

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

Color convert

RGB 227 105 217 -
CMYK 0 0.54 0.04 0.11
HSL 304.92º 0.69% 0.65% -
HSV(B) 304.92º 0.54% 0.89% -
XYZ 49.25 31.44 69.12 -
YUV 154.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 227 105 217 0 0.54 0.04 0.11 304.92 0.69 0.65
Hex E3 69 D9 0 36 4 B 131 45 41
Octal 343 151 331 0 66 4 13 461 105 101
Binary 11100011 1101001 11011001 0 110110 100 1011 100110001 1000101 1000001

Color Harmonies of #E369D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E369D9

Black with #E369D9

Text Example


Text Example

White with #E369D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E369D9; }

 p { color: rgb(227,105,217); }

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

background-color css

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

 a { background-color: rgb(227,105,217); }

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

border-color css

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

 span { border-color: rgb(227,105,217); }

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