Html Css Color HEX #E76ED1 Orchid

📋 copy color: '#E76ED1'

red 231 ◦ green 110 ◦ blue 209

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

Shades of Orchid #E76ED1

Tints of Orchid #E76ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38%

R = 42%
G = 20%
B = 38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E76ED1 (or 0xE76ED1) is known color: Orchid. HEX triplet: E7, 6E and D1. RGB value is (231,110,209). Sum of RGB (Red+Green+Blue) = 231+110+209=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ED1 is #18912E. Grayscale: #9D9D9D. Windows color (decimal): -1610031 or 13725415. OLE color: 13725415.

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

Color convert

RGB 231 110 209 -
CMYK 0 0.52 0.10 0.09
HSL 310.91º 0.72% 0.67% -
HSV(B) 310.91º 0.52% 0.91% -
XYZ 50.04 32.74 64 -
YUV 157.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 231 110 209 0 0.52 0.10 0.09 310.91 0.72 0.67
Hex E7 6E D1 0 34 A 9 137 48 43
Octal 347 156 321 0 64 12 11 467 110 103
Binary 11100111 1101110 11010001 0 110100 1010 1001 100110111 1001000 1000011

Color Harmonies of #E76ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76ED1

Black with #E76ED1

Text Example


Text Example

White with #E76ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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