Html Css Color HEX #EB73D1 Orchid

📋 copy color: '#EB73D1'

red 235 ◦ green 115 ◦ blue 209

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

Shades of Orchid #EB73D1

Tints of Orchid #EB73D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.39%

R = 42.04%
G = 20.57%
B = 37.39%

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

#EB73D1 (or 0xEB73D1) is known color: Orchid. HEX triplet: EB, 73 and D1. RGB value is (235,115,209). Sum of RGB (Red+Green+Blue) = 235+115+209=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73D1 is #148C2E. Grayscale: #A1A1A1. Windows color (decimal): -1346607 or 13726699. OLE color: 13726699.

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

Color convert

RGB 235 115 209 -
CMYK 0 0.51 0.11 0.08
HSL 313º 0.75% 0.69% -
HSV(B) 313º 0.51% 0.92% -
XYZ 51.9 34.53 64.25 -
YUV 161.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 235 115 209 0 0.51 0.11 0.08 313 0.75 0.69
Hex EB 73 D1 0 33 B 8 139 4B 45
Octal 353 163 321 0 63 13 10 471 113 105
Binary 11101011 1110011 11010001 0 110011 1011 1000 100111001 1001011 1000101

Color Harmonies of #EB73D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB73D1

Black with #EB73D1

Text Example


Text Example

White with #EB73D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB73D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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