Html Css Color HEX #E68AFD Heliotrope

📋 copy color: '#E68AFD'

red 230 ◦ green 138 ◦ blue 253

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

Shades of Heliotrope #E68AFD

Tints of Heliotrope #E68AFD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.22%

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

R = 37.04%
G = 22.22%
B = 40.74%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E68AFD (or 0xE68AFD) is known color: Heliotrope. HEX triplet: E6, 8A and FD. RGB value is (230,138,253). Sum of RGB (Red+Green+Blue) = 230+138+253=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 138 (54.30% from 255 or 22.22% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #E68AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AFD is #197502. Grayscale: #B2B2B2. Windows color (decimal): -1668355 or 16616166. OLE color: 16616166.

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

Color convert

RGB 230 138 253 -
CMYK 0.09 0.45 0 0.01
HSL 288º 0.97% 0.77% -
HSV(B) 288º 0.45% 0.99% -
XYZ 59.45 42.09 97.92 -
YUV 178.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 230 138 253 0.09 0.45 0 0.01 288 0.97 0.77
Hex E6 8A FD 9 2D 0 1 120 61 4D
Octal 346 212 375 11 55 0 1 440 141 115
Binary 11100110 10001010 11111101 1001 101101 0 1 100100000 1100001 1001101

Color Harmonies of #E68AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AFD

Black with #E68AFD

Text Example


Text Example

White with #E68AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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