Html Css Color HEX #EB73D6 Orchid

📋 copy color: '#EB73D6'

red 235 ◦ green 115 ◦ blue 214

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

Shades of Orchid #EB73D6

Tints of Orchid #EB73D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.94%

R = 41.67%
G = 20.39%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EB73D6 (or 0xEB73D6) is known color: Orchid. HEX triplet: EB, 73 and D6. RGB value is (235,115,214). Sum of RGB (Red+Green+Blue) = 235+115+214=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73D6 is #148C29. Grayscale: #A1A1A1. Windows color (decimal): -1346602 or 14054379. OLE color: 14054379.

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

Color convert

RGB 235 115 214 -
CMYK 0 0.51 0.09 0.08
HSL 310.5º 0.75% 0.69% -
HSV(B) 310.5º 0.51% 0.92% -
XYZ 52.53 34.78 67.56 -
YUV 162.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 235 115 214 0 0.51 0.09 0.08 310.5 0.75 0.69
Hex EB 73 D6 0 33 9 8 136 4B 45
Octal 353 163 326 0 63 11 10 466 113 105
Binary 11101011 1110011 11010110 0 110011 1001 1000 100110110 1001011 1000101

Color Harmonies of #EB73D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB73D6

Black with #EB73D6

Text Example


Text Example

White with #EB73D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB73D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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