Html Css Color HEX #E17AC8 Orchid

📋 copy color: '#E17AC8'

red 225 ◦ green 122 ◦ blue 200

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

Shades of Orchid #E17AC8

Tints of Orchid #E17AC8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.3%

 BLUE value IS 200 (78.52% from 255) = 36.56%

R = 41.13%
G = 22.3%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E17AC8 (or 0xE17AC8) is known color: Orchid. HEX triplet: E1, 7A and C8. RGB value is (225,122,200). Sum of RGB (Red+Green+Blue) = 225+122+200=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AC8 is #1E8537. Grayscale: #A1A1A1. Windows color (decimal): -2000184 or 13138657. OLE color: 13138657.

HSL color Cylindrical-coordinate representation of color #E17AC8: hue angle of 314.56º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17AC8 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 122 200 -
CMYK 0 0.46 0.11 0.12
HSL 314.56º 0.63% 0.68% -
HSV(B) 314.56º 0.46% 0.88% -
XYZ 48.44 34.1 58.67 -
YUV 161.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 225 122 200 0 0.46 0.11 0.12 314.56 0.63 0.68
Hex E1 7A C8 0 2E B C 13B 3F 44
Octal 341 172 310 0 56 13 14 473 77 104
Binary 11100001 1111010 11001000 0 101110 1011 1100 100111011 111111 1000100

Color Harmonies of #E17AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17AC8

Black with #E17AC8

Text Example


Text Example

White with #E17AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17AC8; }

 p { color: rgb(225,122,200); }

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

background-color css

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

 a { background-color: rgb(225,122,200); }

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

border-color css

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

 span { border-color: rgb(225,122,200); }

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