Html Css Color HEX #E168BF Orchid

📋 copy color: '#E168BF'

red 225 ◦ green 104 ◦ blue 191

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

Shades of Orchid #E168BF

Tints of Orchid #E168BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.73%

R = 43.27%
G = 20%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E168BF (or 0xE168BF) is known color: Orchid. HEX triplet: E1, 68 and BF. RGB value is (225,104,191). Sum of RGB (Red+Green+Blue) = 225+104+191=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E168BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168BF is #1E9740. Grayscale: #959595. Windows color (decimal): -2004801 or 12544225. OLE color: 12544225.

HSL color Cylindrical-coordinate representation of color #E168BF: hue angle of 316.86º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E168BF is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 104 191 -
CMYK 0 0.54 0.15 0.12
HSL 316.86º 0.67% 0.65% -
HSV(B) 316.86º 0.54% 0.88% -
XYZ 45.41 29.67 52.62 -
YUV 150.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 225 104 191 0 0.54 0.15 0.12 316.86 0.67 0.65
Hex E1 68 BF 0 36 F C 13D 43 41
Octal 341 150 277 0 66 17 14 475 103 101
Binary 11100001 1101000 10111111 0 110110 1111 1100 100111101 1000011 1000001

Color Harmonies of #E168BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168BF

Black with #E168BF

Text Example


Text Example

White with #E168BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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