Html Css Color HEX #E288CD Orchid

📋 copy color: '#E288CD'

red 226 ◦ green 136 ◦ blue 205

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

Shades of Orchid #E288CD

Tints of Orchid #E288CD

RGB

 RED value IS 226 (88.67% from 255) = 39.86%

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

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 39.86%
G = 23.99%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E288CD (or 0xE288CD) is known color: Orchid. HEX triplet: E2, 88 and CD. RGB value is (226,136,205). Sum of RGB (Red+Green+Blue) = 226+136+205=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E288CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E288CD is #1D7732. Grayscale: #AAAAAA. Windows color (decimal): -1931059 or 13469922. OLE color: 13469922.

HSL color Cylindrical-coordinate representation of color #E288CD: hue angle of 314º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E288CD is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 136 205 -
CMYK 0 0.40 0.09 0.11
HSL 314º 0.61% 0.71% -
HSV(B) 314º 0.4% 0.89% -
XYZ 51.19 38.18 62.43 -
YUV 170.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 226 136 205 0 0.40 0.09 0.11 314 0.61 0.71
Hex E2 88 CD 0 28 9 B 13A 3D 47
Octal 342 210 315 0 50 11 13 472 75 107
Binary 11100010 10001000 11001101 0 101000 1001 1011 100111010 111101 1000111

Color Harmonies of #E288CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E288CD

Black with #E288CD

Text Example


Text Example

White with #E288CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E288CD; }

 p { color: rgb(226,136,205); }

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

background-color css

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

 a { background-color: rgb(226,136,205); }

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

border-color css

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

 span { border-color: rgb(226,136,205); }

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