Html Css Color HEX #E773E1 Orchid

📋 copy color: '#E773E1'

red 231 ◦ green 115 ◦ blue 225

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

Shades of Orchid #E773E1

Tints of Orchid #E773E1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.14%

 BLUE value IS 225 (88.28% from 255) = 39.4%

R = 40.46%
G = 20.14%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E773E1 (or 0xE773E1) is known color: Orchid. HEX triplet: E7, 73 and E1. RGB value is (231,115,225). Sum of RGB (Red+Green+Blue) = 231+115+225=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E773E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773E1 is #188C1E. Grayscale: #A1A1A1. Windows color (decimal): -1608735 or 14775271. OLE color: 14775271.

HSL color Cylindrical-coordinate representation of color #E773E1: hue angle of 303.1º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E773E1 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 115 225 -
CMYK 0 0.50 0.03 0.09
HSL 303.1º 0.71% 0.68% -
HSV(B) 303.1º 0.5% 0.91% -
XYZ 52.68 34.69 75.15 -
YUV 162.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 231 115 225 0 0.50 0.03 0.09 303.1 0.71 0.68
Hex E7 73 E1 0 32 3 9 12F 47 44
Octal 347 163 341 0 62 3 11 457 107 104
Binary 11100111 1110011 11100001 0 110010 11 1001 100101111 1000111 1000100

Color Harmonies of #E773E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773E1

Black with #E773E1

Text Example


Text Example

White with #E773E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773E1; }

 p { color: rgb(231,115,225); }

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

background-color css

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

 a { background-color: rgb(231,115,225); }

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

border-color css

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

 span { border-color: rgb(231,115,225); }

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