Html Css Color HEX #E665FD Heliotrope

📋 copy color: '#E665FD'

red 230 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #E665FD

Tints of Heliotrope #E665FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.32%

R = 39.38%
G = 17.29%
B = 43.32%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E665FD (or 0xE665FD) is known color: Heliotrope. HEX triplet: E6, 65 and FD. RGB value is (230,101,253). Sum of RGB (Red+Green+Blue) = 230+101+253=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 101 (39.84% from 255 or 17.29% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #E665FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E665FD is #199A02. Grayscale: #9C9C9C. Windows color (decimal): -1677827 or 16606694. OLE color: 16606694.

HSL color Cylindrical-coordinate representation of color #E665FD: hue angle of 290.92º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E665FD is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 101 253 -
CMYK 0.09 0.60 0 0.01
HSL 290.92º 0.97% 0.69% -
HSV(B) 290.92º 0.6% 0.99% -
XYZ 55.02 33.22 96.44 -
YUV 156.9 182.24 180.14 -
System Red Green Blue C M Y K H S L
Decimal 230 101 253 0.09 0.60 0 0.01 290.92 0.97 0.69
Hex E6 65 FD 9 3C 0 1 123 61 45
Octal 346 145 375 11 74 0 1 443 141 105
Binary 11100110 1100101 11111101 1001 111100 0 1 100100011 1100001 1000101

Color Harmonies of #E665FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E665FD

Black with #E665FD

Text Example


Text Example

White with #E665FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E665FD; }

 p { color: rgb(230,101,253); }

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

background-color css

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

 a { background-color: rgb(230,101,253); }

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

border-color css

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

 span { border-color: rgb(230,101,253); }

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