Html Css Color HEX #EB73DB Orchid

📋 copy color: '#EB73DB'

red 235 ◦ green 115 ◦ blue 219

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

Shades of Orchid #EB73DB

Tints of Orchid #EB73DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.21%

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

R = 41.3%
G = 20.21%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB73DB (or 0xEB73DB) is known color: Orchid. HEX triplet: EB, 73 and DB. RGB value is (235,115,219). Sum of RGB (Red+Green+Blue) = 235+115+219=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73DB is #148C24. Grayscale: #A2A2A2. Windows color (decimal): -1346597 or 14382059. OLE color: 14382059.

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

Color convert

RGB 235 115 219 -
CMYK 0 0.51 0.07 0.08
HSL 308º 0.75% 0.69% -
HSV(B) 308º 0.51% 0.92% -
XYZ 53.18 35.04 70.98 -
YUV 162.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 235 115 219 0 0.51 0.07 0.08 308 0.75 0.69
Hex EB 73 DB 0 33 7 8 134 4B 45
Octal 353 163 333 0 63 7 10 464 113 105
Binary 11101011 1110011 11011011 0 110011 111 1000 100110100 1001011 1000101

Color Harmonies of #EB73DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB73DB

Black with #EB73DB

Text Example


Text Example

White with #EB73DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB73DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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