Html Css Color HEX #E961FD Heliotrope

📋 copy color: '#E961FD'

red 233 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #E961FD

Tints of Heliotrope #E961FD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.64%

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

R = 39.97%
G = 16.64%
B = 43.4%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E961FD (or 0xE961FD) is known color: Heliotrope. HEX triplet: E9, 61 and FD. RGB value is (233,97,253). Sum of RGB (Red+Green+Blue) = 233+97+253=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 97 (38.28% from 255 or 16.64% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #E961FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E961FD is #169E02. Grayscale: #9A9A9A. Windows color (decimal): -1482243 or 16605673. OLE color: 16605673.

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

Color convert

RGB 233 97 253 -
CMYK 0.08 0.62 0 0.01
HSL 292.31º 0.98% 0.69% -
HSV(B) 292.31º 0.62% 0.99% -
XYZ 55.61 32.96 96.36 -
YUV 155.45 183.06 183.32 -
System Red Green Blue C M Y K H S L
Decimal 233 97 253 0.08 0.62 0 0.01 292.31 0.98 0.69
Hex E9 61 FD 8 3E 0 1 124 62 45
Octal 351 141 375 10 76 0 1 444 142 105
Binary 11101001 1100001 11111101 1000 111110 0 1 100100100 1100010 1000101

Color Harmonies of #E961FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E961FD

Black with #E961FD

Text Example


Text Example

White with #E961FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E961FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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