Html Css Color HEX #E388CE Orchid

📋 copy color: '#E388CE'

red 227 ◦ green 136 ◦ blue 206

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

Shades of Orchid #E388CE

Tints of Orchid #E388CE

RGB

 RED value IS 227 (89.06% from 255) = 39.89%

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

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

R = 39.89%
G = 23.9%
B = 36.2%

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

#E388CE (or 0xE388CE) is known color: Orchid. HEX triplet: E3, 88 and CE. RGB value is (227,136,206). Sum of RGB (Red+Green+Blue) = 227+136+206=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E388CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E388CE is #1C7731. Grayscale: #AAAAAA. Windows color (decimal): -1865522 or 13535459. OLE color: 13535459.

HSL color Cylindrical-coordinate representation of color #E388CE: hue angle of 313.85º degrees, saturation: 0.62, 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 #E388CE is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 136 206 -
CMYK 0 0.40 0.09 0.11
HSL 313.85º 0.62% 0.71% -
HSV(B) 313.85º 0.4% 0.89% -
XYZ 51.62 38.4 63.08 -
YUV 171.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 227 136 206 0 0.40 0.09 0.11 313.85 0.62 0.71
Hex E3 88 CE 0 28 9 B 13A 3E 47
Octal 343 210 316 0 50 11 13 472 76 107
Binary 11100011 10001000 11001110 0 101000 1001 1011 100111010 111110 1000111

Color Harmonies of #E388CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E388CE

Black with #E388CE

Text Example


Text Example

White with #E388CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E388CE; }

 p { color: rgb(227,136,206); }

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

background-color css

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

 a { background-color: rgb(227,136,206); }

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

border-color css

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

 span { border-color: rgb(227,136,206); }

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