Html Css Color HEX #E188D7 Orchid

📋 copy color: '#E188D7'

red 225 ◦ green 136 ◦ blue 215

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

Shades of Orchid #E188D7

Tints of Orchid #E188D7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.61%

 BLUE value IS 215 (84.38% from 255) = 37.33%

R = 39.06%
G = 23.61%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E188D7 (or 0xE188D7) is known color: Orchid. HEX triplet: E1, 88 and D7. RGB value is (225,136,215). Sum of RGB (Red+Green+Blue) = 225+136+215=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E188D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188D7 is #1E7728. Grayscale: #ABABAB. Windows color (decimal): -1996585 or 14125281. OLE color: 14125281.

HSL color Cylindrical-coordinate representation of color #E188D7: hue angle of 306.74º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E188D7 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 136 215 -
CMYK 0 0.40 0.04 0.12
HSL 306.74º 0.6% 0.71% -
HSV(B) 306.74º 0.4% 0.88% -
XYZ 52.12 38.52 68.98 -
YUV 171.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 225 136 215 0 0.40 0.04 0.12 306.74 0.6 0.71
Hex E1 88 D7 0 28 4 C 133 3C 47
Octal 341 210 327 0 50 4 14 463 74 107
Binary 11100001 10001000 11010111 0 101000 100 1100 100110011 111100 1000111

Color Harmonies of #E188D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E188D7

Black with #E188D7

Text Example


Text Example

White with #E188D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E188D7; }

 p { color: rgb(225,136,215); }

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

background-color css

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

 a { background-color: rgb(225,136,215); }

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

border-color css

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

 span { border-color: rgb(225,136,215); }

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