Html Css Color HEX #EB76DB Orchid

📋 copy color: '#EB76DB'

red 235 ◦ green 118 ◦ blue 219

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

Shades of Orchid #EB76DB

Tints of Orchid #EB76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.63%

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

R = 41.08%
G = 20.63%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB76DB (or 0xEB76DB) is known color: Orchid. HEX triplet: EB, 76 and DB. RGB value is (235,118,219). Sum of RGB (Red+Green+Blue) = 235+118+219=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76DB is #148924. Grayscale: #A4A4A4. Windows color (decimal): -1345829 or 14382827. OLE color: 14382827.

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

Color convert

RGB 235 118 219 -
CMYK 0 0.50 0.07 0.08
HSL 308.21º 0.75% 0.69% -
HSV(B) 308.21º 0.5% 0.92% -
XYZ 53.53 35.73 71.09 -
YUV 164.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 235 118 219 0 0.50 0.07 0.08 308.21 0.75 0.69
Hex EB 76 DB 0 32 7 8 134 4B 45
Octal 353 166 333 0 62 7 10 464 113 105
Binary 11101011 1110110 11011011 0 110010 111 1000 100110100 1001011 1000101

Color Harmonies of #EB76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76DB

Black with #EB76DB

Text Example


Text Example

White with #EB76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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