Html Css Color HEX #E68CFD Heliotrope

📋 copy color: '#E68CFD'

red 230 ◦ green 140 ◦ blue 253

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

Shades of Heliotrope #E68CFD

Tints of Heliotrope #E68CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.47%

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

R = 36.92%
G = 22.47%
B = 40.61%

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

#E68CFD (or 0xE68CFD) is known color: Heliotrope. HEX triplet: E6, 8C and FD. RGB value is (230,140,253). Sum of RGB (Red+Green+Blue) = 230+140+253=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 140 (55.08% from 255 or 22.47% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #E68CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CFD is #197302. Grayscale: #B3B3B3. Windows color (decimal): -1667843 or 16616678. OLE color: 16616678.

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

Color convert

RGB 230 140 253 -
CMYK 0.09 0.45 0 0.01
HSL 287.79º 0.97% 0.77% -
HSV(B) 287.79º 0.45% 0.99% -
XYZ 59.74 42.67 98.02 -
YUV 179.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 230 140 253 0.09 0.45 0 0.01 287.79 0.97 0.77
Hex E6 8C FD 9 2D 0 1 120 61 4D
Octal 346 214 375 11 55 0 1 440 141 115
Binary 11100110 10001100 11111101 1001 101101 0 1 100100000 1100001 1001101

Color Harmonies of #E68CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68CFD

Black with #E68CFD

Text Example


Text Example

White with #E68CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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