Html Css Color HEX #E965FD Heliotrope

📋 copy color: '#E965FD'

red 233 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #E965FD

Tints of Heliotrope #E965FD

RGB

 RED value IS 233 (91.41% from 255) = 39.69%

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

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

R = 39.69%
G = 17.21%
B = 43.1%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E965FD (or 0xE965FD) is known color: Heliotrope. HEX triplet: E9, 65 and FD. RGB value is (233,101,253). Sum of RGB (Red+Green+Blue) = 233+101+253=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 101 (39.84% from 255 or 17.21% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #E965FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E965FD is #169A02. Grayscale: #9D9D9D. Windows color (decimal): -1481219 or 16606697. OLE color: 16606697.

HSL color Cylindrical-coordinate representation of color #E965FD: hue angle of 292.11º 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 #E965FD is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 101 253 -
CMYK 0.08 0.60 0 0.01
HSL 292.11º 0.97% 0.69% -
HSV(B) 292.11º 0.6% 0.99% -
XYZ 55.99 33.72 96.49 -
YUV 157.8 181.73 181.64 -
System Red Green Blue C M Y K H S L
Decimal 233 101 253 0.08 0.60 0 0.01 292.11 0.97 0.69
Hex E9 65 FD 8 3C 0 1 124 61 45
Octal 351 145 375 10 74 0 1 444 141 105
Binary 11101001 1100101 11111101 1000 111100 0 1 100100100 1100001 1000101

Color Harmonies of #E965FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E965FD

Black with #E965FD

Text Example


Text Example

White with #E965FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E965FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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