Html Css Color HEX #EB68F7 Heliotrope

📋 copy color: '#EB68F7'

red 235 ◦ green 104 ◦ blue 247

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

Shades of Heliotrope #EB68F7

Tints of Heliotrope #EB68F7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.75%

 BLUE value IS 247 (96.88% from 255) = 42.15%

R = 40.1%
G = 17.75%
B = 42.15%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EB68F7 (or 0xEB68F7) is known color: Heliotrope. HEX triplet: EB, 68 and F7. RGB value is (235,104,247). Sum of RGB (Red+Green+Blue) = 235+104+247=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 104 (41.02% from 255 or 17.75% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #EB68F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB68F7 is #149708. Grayscale: #9F9F9F. Windows color (decimal): -1349385 or 16214251. OLE color: 16214251.

HSL color Cylindrical-coordinate representation of color #EB68F7: hue angle of 294.97º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB68F7 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 104 247 -
CMYK 0.05 0.58 0 0.03
HSL 294.97º 0.9% 0.69% -
HSV(B) 294.97º 0.58% 0.97% -
XYZ 56 34.28 91.66 -
YUV 159.47 177.4 181.87 -
System Red Green Blue C M Y K H S L
Decimal 235 104 247 0.05 0.58 0 0.03 294.97 0.9 0.69
Hex EB 68 F7 5 3A 0 3 127 5A 45
Octal 353 150 367 5 72 0 3 447 132 105
Binary 11101011 1101000 11110111 101 111010 0 11 100100111 1011010 1000101

Color Harmonies of #EB68F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68F7

Black with #EB68F7

Text Example


Text Example

White with #EB68F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68F7; }

 p { color: rgb(235,104,247); }

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

background-color css

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

 a { background-color: rgb(235,104,247); }

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

border-color css

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

 span { border-color: rgb(235,104,247); }

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