Html Css Color HEX #EB68FA Heliotrope

📋 copy color: '#EB68FA'

red 235 ◦ green 104 ◦ blue 250

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

Shades of Heliotrope #EB68FA

Tints of Heliotrope #EB68FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 39.9%
G = 17.66%
B = 42.44%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EB68FA (or 0xEB68FA) is known color: Heliotrope. HEX triplet: EB, 68 and FA. RGB value is (235,104,250). Sum of RGB (Red+Green+Blue) = 235+104+250=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 104 (41.02% from 255 or 17.66% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB68FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB68FA is #149705. Grayscale: #9F9F9F. Windows color (decimal): -1349382 or 16410859. OLE color: 16410859.

HSL color Cylindrical-coordinate representation of color #EB68FA: hue angle of 293.84º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB68FA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 104 250 -
CMYK 0.06 0.58 0 0.02
HSL 293.84º 0.94% 0.69% -
HSV(B) 293.84º 0.58% 0.98% -
XYZ 56.47 34.46 94.12 -
YUV 159.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 235 104 250 0.06 0.58 0 0.02 293.84 0.94 0.69
Hex EB 68 FA 6 3A 0 2 126 5E 45
Octal 353 150 372 6 72 0 2 446 136 105
Binary 11101011 1101000 11111010 110 111010 0 10 100100110 1011110 1000101

Color Harmonies of #EB68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68FA

Black with #EB68FA

Text Example


Text Example

White with #EB68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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