Html Css Color HEX #EB73D0 Orchid

📋 copy color: '#EB73D0'

red 235 ◦ green 115 ◦ blue 208

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

Shades of Orchid #EB73D0

Tints of Orchid #EB73D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.28%

R = 42.11%
G = 20.61%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB73D0 (or 0xEB73D0) is known color: Orchid. HEX triplet: EB, 73 and D0. RGB value is (235,115,208). Sum of RGB (Red+Green+Blue) = 235+115+208=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73D0 is #148C2F. Grayscale: #A1A1A1. Windows color (decimal): -1346608 or 13661163. OLE color: 13661163.

HSL color Cylindrical-coordinate representation of color #EB73D0: hue angle of 313.5º 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 #EB73D0 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 115 208 -
CMYK 0 0.51 0.11 0.08
HSL 313.5º 0.75% 0.69% -
HSV(B) 313.5º 0.51% 0.92% -
XYZ 51.78 34.48 63.6 -
YUV 161.48 154.26 180.44 -
System Red Green Blue C M Y K H S L
Decimal 235 115 208 0 0.51 0.11 0.08 313.5 0.75 0.69
Hex EB 73 D0 0 33 B 8 13A 4B 45
Octal 353 163 320 0 63 13 10 472 113 105
Binary 11101011 1110011 11010000 0 110011 1011 1000 100111010 1001011 1000101

Color Harmonies of #EB73D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB73D0

Black with #EB73D0

Text Example


Text Example

White with #EB73D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB73D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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