Html Css Color HEX #EB73FF Heliotrope

📋 copy color: '#EB73FF'

red 235 ◦ green 115 ◦ blue 255

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

Shades of Heliotrope #EB73FF

Tints of Heliotrope #EB73FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.15%

R = 38.84%
G = 19.01%
B = 42.15%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB73FF (or 0xEB73FF) is known color: Heliotrope. HEX triplet: EB, 73 and FF. RGB value is (235,115,255). Sum of RGB (Red+Green+Blue) = 235+115+255=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 115 (45.31% from 255 or 19.01% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB73FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB73FF is #148C00. Grayscale: #A6A6A6. Windows color (decimal): -1346561 or 16741355. OLE color: 16741355.

HSL color Cylindrical-coordinate representation of color #EB73FF: hue angle of 291.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB73FF is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 115 255 -
CMYK 0.08 0.55 0 0
HSL 291.43º 1% 0.73% -
HSV(B) 291.43º 0.55% 1% -
XYZ 58.44 37.14 98.7 -
YUV 166.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 235 115 255 0.08 0.55 0 0 291.43 1 0.73
Hex EB 73 FF 8 37 0 0 123 64 49
Octal 353 163 377 10 67 0 0 443 144 111
Binary 11101011 1110011 11111111 1000 110111 0 0 100100011 1100100 1001001

Color Harmonies of #EB73FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB73FF

Black with #EB73FF

Text Example


Text Example

White with #EB73FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB73FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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