Html Css Color HEX #E369D3 Orchid

📋 copy color: '#E369D3'

red 227 ◦ green 105 ◦ blue 211

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

Shades of Orchid #E369D3

Tints of Orchid #E369D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 41.8%
G = 19.34%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E369D3 (or 0xE369D3) is known color: Orchid. HEX triplet: E3, 69 and D3. RGB value is (227,105,211). Sum of RGB (Red+Green+Blue) = 227+105+211=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E369D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369D3 is #1C962C. Grayscale: #999999. Windows color (decimal): -1873453 or 13855203. OLE color: 13855203.

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

Color convert

RGB 227 105 211 -
CMYK 0 0.54 0.07 0.11
HSL 307.87º 0.69% 0.65% -
HSV(B) 307.87º 0.54% 0.89% -
XYZ 48.49 31.14 65.08 -
YUV 153.56 160.42 180.38 -
System Red Green Blue C M Y K H S L
Decimal 227 105 211 0 0.54 0.07 0.11 307.87 0.69 0.65
Hex E3 69 D3 0 36 7 B 134 45 41
Octal 343 151 323 0 66 7 13 464 105 101
Binary 11100011 1101001 11010011 0 110110 111 1011 100110100 1000101 1000001

Color Harmonies of #E369D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E369D3

Black with #E369D3

Text Example


Text Example

White with #E369D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E369D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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