Html Css Color HEX #E76EC9 Orchid

📋 copy color: '#E76EC9'

red 231 ◦ green 110 ◦ blue 201

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

Shades of Orchid #E76EC9

Tints of Orchid #E76EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.08%

R = 42.62%
G = 20.3%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E76EC9 (or 0xE76EC9) is known color: Orchid. HEX triplet: E7, 6E and C9. RGB value is (231,110,201). Sum of RGB (Red+Green+Blue) = 231+110+201=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76EC9 is #189136. Grayscale: #9C9C9C. Windows color (decimal): -1610039 or 13201127. OLE color: 13201127.

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

Color convert

RGB 231 110 201 -
CMYK 0 0.52 0.13 0.09
HSL 314.88º 0.72% 0.67% -
HSV(B) 314.88º 0.52% 0.91% -
XYZ 49.07 32.36 58.92 -
YUV 156.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 231 110 201 0 0.52 0.13 0.09 314.88 0.72 0.67
Hex E7 6E C9 0 34 D 9 13B 48 43
Octal 347 156 311 0 64 15 11 473 110 103
Binary 11100111 1101110 11001001 0 110100 1101 1001 100111011 1001000 1000011

Color Harmonies of #E76EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76EC9

Black with #E76EC9

Text Example


Text Example

White with #E76EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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