Html Css Color HEX #E65FFC Heliotrope

📋 copy color: '#E65FFC'

red 230 ◦ green 95 ◦ blue 252

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

Shades of Heliotrope #E65FFC

Tints of Heliotrope #E65FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.67%

R = 39.86%
G = 16.46%
B = 43.67%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E65FFC (or 0xE65FFC) is known color: Heliotrope. HEX triplet: E6, 5F and FC. RGB value is (230,95,252). Sum of RGB (Red+Green+Blue) = 230+95+252=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 95 (37.5% from 255 or 16.46% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #E65FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65FFC is #19A003. Grayscale: #989898. Windows color (decimal): -1679364 or 16539622. OLE color: 16539622.

HSL color Cylindrical-coordinate representation of color #E65FFC: hue angle of 291.59º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65FFC is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 95 252 -
CMYK 0.09 0.62 0 0.01
HSL 291.59º 0.96% 0.68% -
HSV(B) 291.59º 0.62% 0.99% -
XYZ 54.3 32.04 95.42 -
YUV 153.26 183.73 182.73 -
System Red Green Blue C M Y K H S L
Decimal 230 95 252 0.09 0.62 0 0.01 291.59 0.96 0.68
Hex E6 5F FC 9 3E 0 1 124 60 44
Octal 346 137 374 11 76 0 1 444 140 104
Binary 11100110 1011111 11111100 1001 111110 0 1 100100100 1100000 1000100

Color Harmonies of #E65FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FFC

Black with #E65FFC

Text Example


Text Example

White with #E65FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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