Html Css Color HEX #E168EA Orchid

📋 copy color: '#E168EA'

red 225 ◦ green 104 ◦ blue 234

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

Shades of Orchid #E168EA

Tints of Orchid #E168EA

RGB

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

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

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

R = 39.96%
G = 18.47%
B = 41.56%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E168EA (or 0xE168EA) is known color: Orchid. HEX triplet: E1, 68 and EA. RGB value is (225,104,234). Sum of RGB (Red+Green+Blue) = 225+104+234=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #E168EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E168EA is #1E9715. Grayscale: #9A9A9A. Windows color (decimal): -2004758 or 15362273. OLE color: 15362273.

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

Color convert

RGB 225 104 234 -
CMYK 0.04 0.56 0 0.08
HSL 295.85º 0.76% 0.66% -
HSV(B) 295.85º 0.56% 0.92% -
XYZ 50.85 31.85 81.31 -
YUV 155 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 225 104 234 0.04 0.56 0 0.08 295.85 0.76 0.66
Hex E1 68 EA 4 38 0 8 128 4C 42
Octal 341 150 352 4 70 0 10 450 114 102
Binary 11100001 1101000 11101010 100 111000 0 1000 100101000 1001100 1000010

Color Harmonies of #E168EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168EA

Black with #E168EA

Text Example


Text Example

White with #E168EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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