Html Css Color HEX #EB77DB Orchid

📋 copy color: '#EB77DB'

red 235 ◦ green 119 ◦ blue 219

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

Shades of Orchid #EB77DB

Tints of Orchid #EB77DB

RGB

 RED value IS 235 (92.19% from 255) = 41.01%

 GREEN value IS 119 (46.88% from 255) = 20.77%

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

R = 41.01%
G = 20.77%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB77DB (or 0xEB77DB) is known color: Orchid. HEX triplet: EB, 77 and DB. RGB value is (235,119,219). Sum of RGB (Red+Green+Blue) = 235+119+219=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77DB is #148824. Grayscale: #A4A4A4. Windows color (decimal): -1345573 or 14383083. OLE color: 14383083.

HSL color Cylindrical-coordinate representation of color #EB77DB: hue angle of 308.28º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB77DB is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 119 219 -
CMYK 0 0.49 0.07 0.08
HSL 308.28º 0.74% 0.69% -
HSV(B) 308.28º 0.49% 0.92% -
XYZ 53.64 35.97 71.13 -
YUV 165.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 235 119 219 0 0.49 0.07 0.08 308.28 0.74 0.69
Hex EB 77 DB 0 31 7 8 134 4A 45
Octal 353 167 333 0 61 7 10 464 112 105
Binary 11101011 1110111 11011011 0 110001 111 1000 100110100 1001010 1000101

Color Harmonies of #EB77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77DB

Black with #EB77DB

Text Example


Text Example

White with #EB77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77DB; }

 p { color: rgb(235,119,219); }

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

background-color css

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

 a { background-color: rgb(235,119,219); }

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

border-color css

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

 span { border-color: rgb(235,119,219); }

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