Html Css Color HEX #E773E4 Orchid

📋 copy color: '#E773E4'

red 231 ◦ green 115 ◦ blue 228

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

Shades of Orchid #E773E4

Tints of Orchid #E773E4

RGB

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

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

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

R = 40.24%
G = 20.03%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E773E4 (or 0xE773E4) is known color: Orchid. HEX triplet: E7, 73 and E4. RGB value is (231,115,228). Sum of RGB (Red+Green+Blue) = 231+115+228=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E773E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773E4 is #188C1B. Grayscale: #A2A2A2. Windows color (decimal): -1608732 or 14971879. OLE color: 14971879.

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

Color convert

RGB 231 115 228 -
CMYK 0 0.50 0.01 0.09
HSL 301.55º 0.71% 0.68% -
HSV(B) 301.55º 0.5% 0.91% -
XYZ 53.09 34.85 77.33 -
YUV 162.57 164.93 176.81 -
System Red Green Blue C M Y K H S L
Decimal 231 115 228 0 0.50 0.01 0.09 301.55 0.71 0.68
Hex E7 73 E4 0 32 1 9 12E 47 44
Octal 347 163 344 0 62 1 11 456 107 104
Binary 11100111 1110011 11100100 0 110010 1 1001 100101110 1000111 1000100

Color Harmonies of #E773E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773E4

Black with #E773E4

Text Example


Text Example

White with #E773E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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