Html Css Color HEX #E76ECE Orchid

📋 copy color: '#E76ECE'

red 231 ◦ green 110 ◦ blue 206

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

Shades of Orchid #E76ECE

Tints of Orchid #E76ECE

RGB

 RED value IS 231 (90.63% from 255) = 42.23%

 GREEN value IS 110 (43.36% from 255) = 20.11%

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

R = 42.23%
G = 20.11%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E76ECE (or 0xE76ECE) is known color: Orchid. HEX triplet: E7, 6E and CE. RGB value is (231,110,206). Sum of RGB (Red+Green+Blue) = 231+110+206=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ECE is #189131. Grayscale: #9C9C9C. Windows color (decimal): -1610034 or 13528807. OLE color: 13528807.

HSL color Cylindrical-coordinate representation of color #E76ECE: hue angle of 312.4º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76ECE is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 110 206 -
CMYK 0 0.52 0.11 0.09
HSL 312.4º 0.72% 0.67% -
HSV(B) 312.4º 0.52% 0.91% -
XYZ 49.67 32.6 62.07 -
YUV 157.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 231 110 206 0 0.52 0.11 0.09 312.4 0.72 0.67
Hex E7 6E CE 0 34 B 9 138 48 43
Octal 347 156 316 0 64 13 11 470 110 103
Binary 11100111 1101110 11001110 0 110100 1011 1001 100111000 1001000 1000011

Color Harmonies of #E76ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76ECE

Black with #E76ECE

Text Example


Text Example

White with #E76ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76ECE; }

 p { color: rgb(231,110,206); }

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

background-color css

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

 a { background-color: rgb(231,110,206); }

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

border-color css

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

 span { border-color: rgb(231,110,206); }

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