Html Css Color HEX #E76ADE Orchid

📋 copy color: '#E76ADE'

red 231 ◦ green 106 ◦ blue 222

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

Shades of Orchid #E76ADE

Tints of Orchid #E76ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.96%

 BLUE value IS 222 (87.11% from 255) = 39.71%

R = 41.32%
G = 18.96%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E76ADE (or 0xE76ADE) is known color: Orchid. HEX triplet: E7, 6A and DE. RGB value is (231,106,222). Sum of RGB (Red+Green+Blue) = 231+106+222=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ADE is #189521. Grayscale: #9C9C9C. Windows color (decimal): -1611042 or 14576359. OLE color: 14576359.

HSL color Cylindrical-coordinate representation of color #E76ADE: hue angle of 304.32º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76ADE is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 222 -
CMYK 0 0.54 0.04 0.09
HSL 304.32º 0.72% 0.66% -
HSV(B) 304.32º 0.54% 0.91% -
XYZ 51.29 32.57 72.69 -
YUV 156.6 164.91 181.07 -
System Red Green Blue C M Y K H S L
Decimal 231 106 222 0 0.54 0.04 0.09 304.32 0.72 0.66
Hex E7 6A DE 0 36 4 9 130 48 42
Octal 347 152 336 0 66 4 11 460 110 102
Binary 11100111 1101010 11011110 0 110110 100 1001 100110000 1001000 1000010

Color Harmonies of #E76ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76ADE

Black with #E76ADE

Text Example


Text Example

White with #E76ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76ADE; }

 p { color: rgb(231,106,222); }

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

background-color css

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

 a { background-color: rgb(231,106,222); }

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

border-color css

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

 span { border-color: rgb(231,106,222); }

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