Html Css Color HEX #E168E6 Orchid

📋 copy color: '#E168E6'

red 225 ◦ green 104 ◦ blue 230

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

Shades of Orchid #E168E6

Tints of Orchid #E168E6

RGB

 RED value IS 225 (88.28% from 255) = 40.25%

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

 BLUE value IS 230 (90.23% from 255) = 41.14%

R = 40.25%
G = 18.6%
B = 41.14%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E168E6 (or 0xE168E6) is known color: Orchid. HEX triplet: E1, 68 and E6. RGB value is (225,104,230). Sum of RGB (Red+Green+Blue) = 225+104+230=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #E168E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E168E6 is #1E9719. Grayscale: #9A9A9A. Windows color (decimal): -2004762 or 15100129. OLE color: 15100129.

HSL color Cylindrical-coordinate representation of color #E168E6: hue angle of 297.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E168E6 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 104 230 -
CMYK 0.02 0.55 0 0.10
HSL 297.62º 0.72% 0.65% -
HSV(B) 297.62º 0.55% 0.9% -
XYZ 50.28 31.62 78.32 -
YUV 154.54 170.59 178.25 -
System Red Green Blue C M Y K H S L
Decimal 225 104 230 0.02 0.55 0 0.10 297.62 0.72 0.65
Hex E1 68 E6 2 37 0 A 12A 48 41
Octal 341 150 346 2 67 0 12 452 110 101
Binary 11100001 1101000 11100110 10 110111 0 1010 100101010 1001000 1000001

Color Harmonies of #E168E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168E6

Black with #E168E6

Text Example


Text Example

White with #E168E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168E6; }

 p { color: rgb(225,104,230); }

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

background-color css

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

 a { background-color: rgb(225,104,230); }

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

border-color css

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

 span { border-color: rgb(225,104,230); }

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