Html Css Color HEX #E76ECB Orchid

📋 copy color: '#E76ECB'

red 231 ◦ green 110 ◦ blue 203

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

Shades of Orchid #E76ECB

Tints of Orchid #E76ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.32%

R = 42.46%
G = 20.22%
B = 37.32%

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

#E76ECB (or 0xE76ECB) is known color: Orchid. HEX triplet: E7, 6E and CB. RGB value is (231,110,203). Sum of RGB (Red+Green+Blue) = 231+110+203=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ECB is #189134. Grayscale: #9C9C9C. Windows color (decimal): -1610037 or 13332199. OLE color: 13332199.

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

Color convert

RGB 231 110 203 -
CMYK 0 0.52 0.12 0.09
HSL 313.88º 0.72% 0.67% -
HSV(B) 313.88º 0.52% 0.91% -
XYZ 49.31 32.45 60.16 -
YUV 156.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 231 110 203 0 0.52 0.12 0.09 313.88 0.72 0.67
Hex E7 6E CB 0 34 C 9 13A 48 43
Octal 347 156 313 0 64 14 11 472 110 103
Binary 11100111 1101110 11001011 0 110100 1100 1001 100111010 1001000 1000011

Color Harmonies of #E76ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76ECB

Black with #E76ECB

Text Example


Text Example

White with #E76ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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