Html Css Color HEX #E75BFD Heliotrope

📋 copy color: '#E75BFD'

red 231 ◦ green 91 ◦ blue 253

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

Shades of Heliotrope #E75BFD

Tints of Heliotrope #E75BFD

RGB

 RED value IS 231 (90.63% from 255) = 40.17%

 GREEN value IS 91 (35.94% from 255) = 15.83%

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

R = 40.17%
G = 15.83%
B = 44%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E75BFD (or 0xE75BFD) is known color: Heliotrope. HEX triplet: E7, 5B and FD. RGB value is (231,91,253). Sum of RGB (Red+Green+Blue) = 231+91+253=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 91 (35.94% from 255 or 15.83% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #E75BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75BFD is #18A402. Grayscale: #969696. Windows color (decimal): -1614851 or 16604135. OLE color: 16604135.

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

Color convert

RGB 231 91 253 -
CMYK 0.09 0.64 0 0.01
HSL 291.85º 0.98% 0.67% -
HSV(B) 291.85º 0.64% 0.99% -
XYZ 54.43 31.56 96.15 -
YUV 151.33 185.38 184.83 -
System Red Green Blue C M Y K H S L
Decimal 231 91 253 0.09 0.64 0 0.01 291.85 0.98 0.67
Hex E7 5B FD 9 40 0 1 124 62 43
Octal 347 133 375 11 100 0 1 444 142 103
Binary 11100111 1011011 11111101 1001 1000000 0 1 100100100 1100010 1000011

Color Harmonies of #E75BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75BFD

Black with #E75BFD

Text Example


Text Example

White with #E75BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75BFD; }

 p { color: rgb(231,91,253); }

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

background-color css

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

 a { background-color: rgb(231,91,253); }

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

border-color css

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

 span { border-color: rgb(231,91,253); }

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