Html Css Color HEX #E368EB Orchid

📋 copy color: '#E368EB'

red 227 ◦ green 104 ◦ blue 235

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

Shades of Orchid #E368EB

Tints of Orchid #E368EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.37%

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

R = 40.11%
G = 18.37%
B = 41.52%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E368EB (or 0xE368EB) is known color: Orchid. HEX triplet: E3, 68 and EB. RGB value is (227,104,235). Sum of RGB (Red+Green+Blue) = 227+104+235=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #E368EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E368EB is #1C9714. Grayscale: #9B9B9B. Windows color (decimal): -1873685 or 15427811. OLE color: 15427811.

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

Color convert

RGB 227 104 235 -
CMYK 0.03 0.56 0 0.08
HSL 296.34º 0.77% 0.66% -
HSV(B) 296.34º 0.56% 0.92% -
XYZ 51.62 32.23 82.1 -
YUV 155.71 172.75 178.85 -
System Red Green Blue C M Y K H S L
Decimal 227 104 235 0.03 0.56 0 0.08 296.34 0.77 0.66
Hex E3 68 EB 3 38 0 8 128 4D 42
Octal 343 150 353 3 70 0 10 450 115 102
Binary 11100011 1101000 11101011 11 111000 0 1000 100101000 1001101 1000010

Color Harmonies of #E368EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E368EB

Black with #E368EB

Text Example


Text Example

White with #E368EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E368EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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