Html Css Color HEX #E771DB Orchid

📋 copy color: '#E771DB'

red 231 ◦ green 113 ◦ blue 219

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

Shades of Orchid #E771DB

Tints of Orchid #E771DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.07%

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

R = 41.03%
G = 20.07%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E771DB (or 0xE771DB) is known color: Orchid. HEX triplet: E7, 71 and DB. RGB value is (231,113,219). Sum of RGB (Red+Green+Blue) = 231+113+219=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E771DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771DB is #188E24. Grayscale: #A0A0A0. Windows color (decimal): -1609253 or 14381543. OLE color: 14381543.

HSL color Cylindrical-coordinate representation of color #E771DB: hue angle of 306.1º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E771DB is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 113 219 -
CMYK 0 0.51 0.05 0.09
HSL 306.1º 0.71% 0.67% -
HSV(B) 306.1º 0.51% 0.91% -
XYZ 51.65 33.91 70.84 -
YUV 160.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 231 113 219 0 0.51 0.05 0.09 306.1 0.71 0.67
Hex E7 71 DB 0 33 5 9 132 47 43
Octal 347 161 333 0 63 5 11 462 107 103
Binary 11100111 1110001 11011011 0 110011 101 1001 100110010 1000111 1000011

Color Harmonies of #E771DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771DB

Black with #E771DB

Text Example


Text Example

White with #E771DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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