Html Css Color HEX #EB68FE Heliotrope

📋 copy color: '#EB68FE'

red 235 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #EB68FE

Tints of Heliotrope #EB68FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.83%

R = 39.63%
G = 17.54%
B = 42.83%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EB68FE (or 0xEB68FE) is known color: Heliotrope. HEX triplet: EB, 68 and FE. RGB value is (235,104,254). Sum of RGB (Red+Green+Blue) = 235+104+254=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 104 (41.02% from 255 or 17.54% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB68FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB68FE is #149701. Grayscale: #9F9F9F. Windows color (decimal): -1349378 or 16673003. OLE color: 16673003.

HSL color Cylindrical-coordinate representation of color #EB68FE: hue angle of 292.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB68FE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 235 104 254 -
CMYK 0.07 0.59 0 0.00
HSL 292.4º 0.99% 0.7% -
HSV(B) 292.4º 0.59% 1% -
XYZ 57.1 34.72 97.46 -
YUV 160.27 180.9 181.3 -
System Red Green Blue C M Y K H S L
Decimal 235 104 254 0.07 0.59 0 0.00 292.4 0.99 0.7
Hex EB 68 FE 7 3B 0 0 124 63 46
Octal 353 150 376 7 73 0 0 444 143 106
Binary 11101011 1101000 11111110 111 111011 0 0 100100100 1100011 1000110

Color Harmonies of #EB68FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68FE

Black with #EB68FE

Text Example


Text Example

White with #EB68FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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