Html Css Color HEX #E75AFD Heliotrope

📋 copy color: '#E75AFD'

red 231 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #E75AFD

Tints of Heliotrope #E75AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.68%

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

R = 40.24%
G = 15.68%
B = 44.08%

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

#E75AFD (or 0xE75AFD) is known color: Heliotrope. HEX triplet: E7, 5A and FD. RGB value is (231,90,253). Sum of RGB (Red+Green+Blue) = 231+90+253=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 90 (35.55% from 255 or 15.68% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #E75AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75AFD is #18A502. Grayscale: #969696. Windows color (decimal): -1615107 or 16603879. OLE color: 16603879.

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

Color convert

RGB 231 90 253 -
CMYK 0.09 0.64 0 0.01
HSL 291.9º 0.98% 0.67% -
HSV(B) 291.9º 0.64% 0.99% -
XYZ 54.34 31.39 96.12 -
YUV 150.74 185.71 185.25 -
System Red Green Blue C M Y K H S L
Decimal 231 90 253 0.09 0.64 0 0.01 291.9 0.98 0.67
Hex E7 5A FD 9 40 0 1 124 62 43
Octal 347 132 375 11 100 0 1 444 142 103
Binary 11100111 1011010 11111101 1001 1000000 0 1 100100100 1100010 1000011

Color Harmonies of #E75AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75AFD

Black with #E75AFD

Text Example


Text Example

White with #E75AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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