Html Css Color HEX #E675FD Heliotrope

📋 copy color: '#E675FD'

red 230 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #E675FD

Tints of Heliotrope #E675FD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.5%

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

R = 38.33%
G = 19.5%
B = 42.17%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E675FD (or 0xE675FD) is known color: Heliotrope. HEX triplet: E6, 75 and FD. RGB value is (230,117,253). Sum of RGB (Red+Green+Blue) = 230+117+253=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 117 (46.09% from 255 or 19.5% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #E675FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E675FD is #198A02. Grayscale: #A5A5A5. Windows color (decimal): -1673731 or 16610790. OLE color: 16610790.

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

Color convert

RGB 230 117 253 -
CMYK 0.09 0.54 0 0.01
HSL 289.85º 0.97% 0.73% -
HSV(B) 289.85º 0.54% 0.99% -
XYZ 56.72 36.64 97.01 -
YUV 166.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 230 117 253 0.09 0.54 0 0.01 289.85 0.97 0.73
Hex E6 75 FD 9 36 0 1 122 61 49
Octal 346 165 375 11 66 0 1 442 141 111
Binary 11100110 1110101 11111101 1001 110110 0 1 100100010 1100001 1001001

Color Harmonies of #E675FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E675FD

Black with #E675FD

Text Example


Text Example

White with #E675FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E675FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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