Html Css Color HEX #E18ACE Orchid

📋 copy color: '#E18ACE'

red 225 ◦ green 138 ◦ blue 206

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

Shades of Orchid #E18ACE

Tints of Orchid #E18ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.25%

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

R = 39.54%
G = 24.25%
B = 36.2%

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

#E18ACE (or 0xE18ACE) is known color: Orchid. HEX triplet: E1, 8A and CE. RGB value is (225,138,206). Sum of RGB (Red+Green+Blue) = 225+138+206=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ACE is #1E7531. Grayscale: #ABABAB. Windows color (decimal): -1996082 or 13535969. OLE color: 13535969.

HSL color Cylindrical-coordinate representation of color #E18ACE: hue angle of 313.1º 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 #E18ACE is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 206 -
CMYK 0 0.39 0.08 0.12
HSL 313.1º 0.59% 0.71% -
HSV(B) 313.1º 0.39% 0.88% -
XYZ 51.28 38.64 63.15 -
YUV 171.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 225 138 206 0 0.39 0.08 0.12 313.1 0.59 0.71
Hex E1 8A CE 0 27 8 C 139 3B 47
Octal 341 212 316 0 47 10 14 471 73 107
Binary 11100001 10001010 11001110 0 100111 1000 1100 100111001 111011 1000111

Color Harmonies of #E18ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18ACE

Black with #E18ACE

Text Example


Text Example

White with #E18ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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