Html Css Color HEX #E774DB Orchid

📋 copy color: '#E774DB'

red 231 ◦ green 116 ◦ blue 219

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

Shades of Orchid #E774DB

Tints of Orchid #E774DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.49%

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 40.81%
G = 20.49%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E774DB (or 0xE774DB) is known color: Orchid. HEX triplet: E7, 74 and DB. RGB value is (231,116,219). Sum of RGB (Red+Green+Blue) = 231+116+219=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E774DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774DB is #188B24. Grayscale: #A1A1A1. Windows color (decimal): -1608485 or 14382311. OLE color: 14382311.

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

Color convert

RGB 231 116 219 -
CMYK 0 0.50 0.05 0.09
HSL 306.26º 0.71% 0.68% -
HSV(B) 306.26º 0.5% 0.91% -
XYZ 51.99 34.59 70.96 -
YUV 162.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 231 116 219 0 0.50 0.05 0.09 306.26 0.71 0.68
Hex E7 74 DB 0 32 5 9 132 47 44
Octal 347 164 333 0 62 5 11 462 107 104
Binary 11100111 1110100 11011011 0 110010 101 1001 100110010 1000111 1000100

Color Harmonies of #E774DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E774DB

Black with #E774DB

Text Example


Text Example

White with #E774DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E774DB; }

 p { color: rgb(231,116,219); }

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

background-color css

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

 a { background-color: rgb(231,116,219); }

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

border-color css

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

 span { border-color: rgb(231,116,219); }

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