Html Css Color HEX #E18ACF Orchid

📋 copy color: '#E18ACF'

red 225 ◦ green 138 ◦ blue 207

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

Shades of Orchid #E18ACF

Tints of Orchid #E18ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 39.47%
G = 24.21%
B = 36.32%

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

#E18ACF (or 0xE18ACF) is known color: Orchid. HEX triplet: E1, 8A and CF. RGB value is (225,138,207). Sum of RGB (Red+Green+Blue) = 225+138+207=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ACF is #1E7530. Grayscale: #ABABAB. Windows color (decimal): -1996081 or 13601505. OLE color: 13601505.

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

Color convert

RGB 225 138 207 -
CMYK 0 0.39 0.08 0.12
HSL 312.41º 0.59% 0.71% -
HSV(B) 312.41º 0.39% 0.88% -
XYZ 51.4 38.69 63.79 -
YUV 171.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 225 138 207 0 0.39 0.08 0.12 312.41 0.59 0.71
Hex E1 8A CF 0 27 8 C 138 3B 47
Octal 341 212 317 0 47 10 14 470 73 107
Binary 11100001 10001010 11001111 0 100111 1000 1100 100111000 111011 1000111

Color Harmonies of #E18ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18ACF

Black with #E18ACF

Text Example


Text Example

White with #E18ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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