Html Css Color HEX #E369EB Orchid

📋 copy color: '#E369EB'

red 227 ◦ green 105 ◦ blue 235

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

Shades of Orchid #E369EB

Tints of Orchid #E369EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 40.04%
G = 18.52%
B = 41.45%

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

#E369EB (or 0xE369EB) is known color: Orchid. HEX triplet: E3, 69 and EB. RGB value is (227,105,235). Sum of RGB (Red+Green+Blue) = 227+105+235=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #E369EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E369EB is #1C9614. Grayscale: #9B9B9B. Windows color (decimal): -1873429 or 15428067. OLE color: 15428067.

HSL color Cylindrical-coordinate representation of color #E369EB: hue angle of 296.31º degrees, saturation: 0.76, 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 #E369EB is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 105 235 -
CMYK 0.03 0.55 0 0.08
HSL 296.31º 0.76% 0.67% -
HSV(B) 296.31º 0.55% 0.92% -
XYZ 51.73 32.43 82.13 -
YUV 156.3 172.42 178.43 -
System Red Green Blue C M Y K H S L
Decimal 227 105 235 0.03 0.55 0 0.08 296.31 0.76 0.67
Hex E3 69 EB 3 37 0 8 128 4C 43
Octal 343 151 353 3 67 0 10 450 114 103
Binary 11100011 1101001 11101011 11 110111 0 1000 100101000 1001100 1000011

Color Harmonies of #E369EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E369EB

Black with #E369EB

Text Example


Text Example

White with #E369EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E369EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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