Html Css Color HEX #EB70FF Heliotrope

📋 copy color: '#EB70FF'

red 235 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #EB70FF

Tints of Heliotrope #EB70FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.6%

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

R = 39.04%
G = 18.6%
B = 42.36%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB70FF (or 0xEB70FF) is known color: Heliotrope. HEX triplet: EB, 70 and FF. RGB value is (235,112,255). Sum of RGB (Red+Green+Blue) = 235+112+255=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 112 (44.14% from 255 or 18.60% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB70FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB70FF is #148F00. Grayscale: #A4A4A4. Windows color (decimal): -1347329 or 16740587. OLE color: 16740587.

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

Color convert

RGB 235 112 255 -
CMYK 0.08 0.56 0 0
HSL 291.61º 1% 0.72% -
HSV(B) 291.61º 0.56% 1% -
XYZ 58.11 36.47 98.58 -
YUV 165.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 235 112 255 0.08 0.56 0 0 291.61 1 0.72
Hex EB 70 FF 8 38 0 0 124 64 48
Octal 353 160 377 10 70 0 0 444 144 110
Binary 11101011 1110000 11111111 1000 111000 0 0 100100100 1100100 1001000

Color Harmonies of #EB70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB70FF

Black with #EB70FF

Text Example


Text Example

White with #EB70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB70FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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