Html Css Color HEX #E76BE4 Orchid

📋 copy color: '#E76BE4'

red 231 ◦ green 107 ◦ blue 228

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

Shades of Orchid #E76BE4

Tints of Orchid #E76BE4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.9%

 BLUE value IS 228 (89.45% from 255) = 40.28%

R = 40.81%
G = 18.9%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E76BE4 (or 0xE76BE4) is known color: Orchid. HEX triplet: E7, 6B and E4. RGB value is (231,107,228). Sum of RGB (Red+Green+Blue) = 231+107+228=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BE4 is #18941B. Grayscale: #9D9D9D. Windows color (decimal): -1610780 or 14969831. OLE color: 14969831.

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

Color convert

RGB 231 107 228 -
CMYK 0 0.54 0.01 0.09
HSL 301.45º 0.72% 0.66% -
HSV(B) 301.45º 0.54% 0.91% -
XYZ 52.22 33.11 77.04 -
YUV 157.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 231 107 228 0 0.54 0.01 0.09 301.45 0.72 0.66
Hex E7 6B E4 0 36 1 9 12D 48 42
Octal 347 153 344 0 66 1 11 455 110 102
Binary 11100111 1101011 11100100 0 110110 1 1001 100101101 1001000 1000010

Color Harmonies of #E76BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BE4

Black with #E76BE4

Text Example


Text Example

White with #E76BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BE4; }

 p { color: rgb(231,107,228); }

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

background-color css

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

 a { background-color: rgb(231,107,228); }

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

border-color css

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

 span { border-color: rgb(231,107,228); }

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