Html Css Color HEX #EB65FF Heliotrope

📋 copy color: '#EB65FF'

red 235 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #EB65FF

Tints of Heliotrope #EB65FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.09%

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

R = 39.76%
G = 17.09%
B = 43.15%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB65FF (or 0xEB65FF) is known color: Heliotrope. HEX triplet: EB, 65 and FF. RGB value is (235,101,255). Sum of RGB (Red+Green+Blue) = 235+101+255=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 101 (39.84% from 255 or 17.09% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB65FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB65FF is #149A00. Grayscale: #9E9E9E. Windows color (decimal): -1350145 or 16737771. OLE color: 16737771.

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

Color convert

RGB 235 101 255 -
CMYK 0.08 0.60 0 0
HSL 292.21º 1% 0.7% -
HSV(B) 292.21º 0.6% 1% -
XYZ 56.96 34.19 98.2 -
YUV 158.62 182.39 182.48 -
System Red Green Blue C M Y K H S L
Decimal 235 101 255 0.08 0.60 0 0 292.21 1 0.7
Hex EB 65 FF 8 3C 0 0 124 64 46
Octal 353 145 377 10 74 0 0 444 144 106
Binary 11101011 1100101 11111111 1000 111100 0 0 100100100 1100100 1000110

Color Harmonies of #EB65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB65FF

Black with #EB65FF

Text Example


Text Example

White with #EB65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB65FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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