Html Css Color HEX #E369EA Orchid

📋 copy color: '#E369EA'

red 227 ◦ green 105 ◦ blue 234

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

Shades of Orchid #E369EA

Tints of Orchid #E369EA

RGB

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

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

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

R = 40.11%
G = 18.55%
B = 41.34%

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

#E369EA (or 0xE369EA) is known color: Orchid. HEX triplet: E3, 69 and EA. RGB value is (227,105,234). Sum of RGB (Red+Green+Blue) = 227+105+234=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #E369EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E369EA is #1C9615. Grayscale: #9B9B9B. Windows color (decimal): -1873430 or 15362531. OLE color: 15362531.

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

Color convert

RGB 227 105 234 -
CMYK 0.03 0.55 0 0.08
HSL 296.74º 0.75% 0.66% -
HSV(B) 296.74º 0.55% 0.92% -
XYZ 51.58 32.37 81.37 -
YUV 156.18 171.92 178.51 -
System Red Green Blue C M Y K H S L
Decimal 227 105 234 0.03 0.55 0 0.08 296.74 0.75 0.66
Hex E3 69 EA 3 37 0 8 129 4B 42
Octal 343 151 352 3 67 0 10 451 113 102
Binary 11100011 1101001 11101010 11 110111 0 1000 100101001 1001011 1000010

Color Harmonies of #E369EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E369EA

Black with #E369EA

Text Example


Text Example

White with #E369EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E369EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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