Html Css Color HEX #E76ED5 Orchid

📋 copy color: '#E76ED5'

red 231 ◦ green 110 ◦ blue 213

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

Shades of Orchid #E76ED5

Tints of Orchid #E76ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.45%

R = 41.7%
G = 19.86%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E76ED5 (or 0xE76ED5) is known color: Orchid. HEX triplet: E7, 6E and D5. RGB value is (231,110,213). Sum of RGB (Red+Green+Blue) = 231+110+213=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ED5 is #18912A. Grayscale: #9D9D9D. Windows color (decimal): -1610027 or 13987559. OLE color: 13987559.

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

Color convert

RGB 231 110 213 -
CMYK 0 0.52 0.08 0.09
HSL 308.93º 0.72% 0.67% -
HSV(B) 308.93º 0.52% 0.91% -
XYZ 50.54 32.94 66.65 -
YUV 157.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 231 110 213 0 0.52 0.08 0.09 308.93 0.72 0.67
Hex E7 6E D5 0 34 8 9 135 48 43
Octal 347 156 325 0 64 10 11 465 110 103
Binary 11100111 1101110 11010101 0 110100 1000 1001 100110101 1001000 1000011

Color Harmonies of #E76ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76ED5

Black with #E76ED5

Text Example


Text Example

White with #E76ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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