Html Css Color HEX #E189CE Orchid

📋 copy color: '#E189CE'

red 225 ◦ green 137 ◦ blue 206

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

Shades of Orchid #E189CE

Tints of Orchid #E189CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.12%

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 39.61%
G = 24.12%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E189CE (or 0xE189CE) is known color: Orchid. HEX triplet: E1, 89 and CE. RGB value is (225,137,206). Sum of RGB (Red+Green+Blue) = 225+137+206=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E189CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189CE is #1E7631. Grayscale: #AAAAAA. Windows color (decimal): -1996338 or 13535713. OLE color: 13535713.

HSL color Cylindrical-coordinate representation of color #E189CE: hue angle of 312.95º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E189CE is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 137 206 -
CMYK 0 0.39 0.08 0.12
HSL 312.95º 0.59% 0.71% -
HSV(B) 312.95º 0.39% 0.88% -
XYZ 51.14 38.36 63.1 -
YUV 171.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 225 137 206 0 0.39 0.08 0.12 312.95 0.59 0.71
Hex E1 89 CE 0 27 8 C 139 3B 47
Octal 341 211 316 0 47 10 14 471 73 107
Binary 11100001 10001001 11001110 0 100111 1000 1100 100111001 111011 1000111

Color Harmonies of #E189CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E189CE

Black with #E189CE

Text Example


Text Example

White with #E189CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E189CE; }

 p { color: rgb(225,137,206); }

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

background-color css

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

 a { background-color: rgb(225,137,206); }

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

border-color css

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

 span { border-color: rgb(225,137,206); }

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