Html Css Color HEX #E65FF5 Heliotrope

📋 copy color: '#E65FF5'

red 230 ◦ green 95 ◦ blue 245

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

Shades of Heliotrope #E65FF5

Tints of Heliotrope #E65FF5

RGB

 RED value IS 230 (90.23% from 255) = 40.35%

 GREEN value IS 95 (37.5% from 255) = 16.67%

 BLUE value IS 245 (96.09% from 255) = 42.98%

R = 40.35%
G = 16.67%
B = 42.98%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E65FF5 (or 0xE65FF5) is known color: Heliotrope. HEX triplet: E6, 5F and F5. RGB value is (230,95,245). Sum of RGB (Red+Green+Blue) = 230+95+245=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 95 (37.5% from 255 or 16.67% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #E65FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65FF5 is #19A00A. Grayscale: #989898. Windows color (decimal): -1679371 or 16080870. OLE color: 16080870.

HSL color Cylindrical-coordinate representation of color #E65FF5: hue angle of 294º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65FF5 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 95 245 -
CMYK 0.06 0.61 0 0.04
HSL 294º 0.88% 0.67% -
HSV(B) 294º 0.61% 0.96% -
XYZ 53.21 31.6 89.68 -
YUV 152.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 230 95 245 0.06 0.61 0 0.04 294 0.88 0.67
Hex E6 5F F5 6 3D 0 4 126 58 43
Octal 346 137 365 6 75 0 4 446 130 103
Binary 11100110 1011111 11110101 110 111101 0 100 100100110 1011000 1000011

Color Harmonies of #E65FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FF5

Black with #E65FF5

Text Example


Text Example

White with #E65FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FF5; }

 p { color: rgb(230,95,245); }

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

background-color css

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

 a { background-color: rgb(230,95,245); }

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

border-color css

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

 span { border-color: rgb(230,95,245); }

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