Html Css Color HEX #E772DB Orchid

📋 copy color: '#E772DB'

red 231 ◦ green 114 ◦ blue 219

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

Shades of Orchid #E772DB

Tints of Orchid #E772DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.21%

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

R = 40.96%
G = 20.21%
B = 38.83%

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

#E772DB (or 0xE772DB) is known color: Orchid. HEX triplet: E7, 72 and DB. RGB value is (231,114,219). Sum of RGB (Red+Green+Blue) = 231+114+219=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E772DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772DB is #188D24. Grayscale: #A0A0A0. Windows color (decimal): -1608997 or 14381799. OLE color: 14381799.

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

Color convert

RGB 231 114 219 -
CMYK 0 0.51 0.05 0.09
HSL 306.15º 0.71% 0.68% -
HSV(B) 306.15º 0.51% 0.91% -
XYZ 51.76 34.14 70.88 -
YUV 160.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 231 114 219 0 0.51 0.05 0.09 306.15 0.71 0.68
Hex E7 72 DB 0 33 5 9 132 47 44
Octal 347 162 333 0 63 5 11 462 107 104
Binary 11100111 1110010 11011011 0 110011 101 1001 100110010 1000111 1000100

Color Harmonies of #E772DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772DB

Black with #E772DB

Text Example


Text Example

White with #E772DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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