Html Css Color HEX #E76ECC Orchid

📋 copy color: '#E76ECC'

red 231 ◦ green 110 ◦ blue 204

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

Shades of Orchid #E76ECC

Tints of Orchid #E76ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 42.39%
G = 20.18%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E76ECC (or 0xE76ECC) is known color: Orchid. HEX triplet: E7, 6E and CC. RGB value is (231,110,204). Sum of RGB (Red+Green+Blue) = 231+110+204=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ECC is #189133. Grayscale: #9C9C9C. Windows color (decimal): -1610036 or 13397735. OLE color: 13397735.

HSL color Cylindrical-coordinate representation of color #E76ECC: hue angle of 313.39º 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 #E76ECC is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 110 204 -
CMYK 0 0.52 0.12 0.09
HSL 313.39º 0.72% 0.67% -
HSV(B) 313.39º 0.52% 0.91% -
XYZ 49.43 32.5 60.79 -
YUV 156.9 154.59 180.86 -
System Red Green Blue C M Y K H S L
Decimal 231 110 204 0 0.52 0.12 0.09 313.39 0.72 0.67
Hex E7 6E CC 0 34 C 9 139 48 43
Octal 347 156 314 0 64 14 11 471 110 103
Binary 11100111 1101110 11001100 0 110100 1100 1001 100111001 1001000 1000011

Color Harmonies of #E76ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76ECC

Black with #E76ECC

Text Example


Text Example

White with #E76ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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