Html Css Color HEX #E774FD Heliotrope

📋 copy color: '#E774FD'

red 231 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #E774FD

Tints of Heliotrope #E774FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.33%

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

R = 38.5%
G = 19.33%
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

#E774FD (or 0xE774FD) is known color: Heliotrope. HEX triplet: E7, 74 and FD. RGB value is (231,116,253). Sum of RGB (Red+Green+Blue) = 231+116+253=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 116 (45.70% from 255 or 19.33% 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 #E774FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E774FD is #188B02. Grayscale: #A5A5A5. Windows color (decimal): -1608451 or 16610535. OLE color: 16610535.

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

Color convert

RGB 231 116 253 -
CMYK 0.09 0.54 0 0.01
HSL 290.37º 0.97% 0.72% -
HSV(B) 290.37º 0.54% 0.99% -
XYZ 56.93 36.57 96.99 -
YUV 166 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 231 116 253 0.09 0.54 0 0.01 290.37 0.97 0.72
Hex E7 74 FD 9 36 0 1 122 61 48
Octal 347 164 375 11 66 0 1 442 141 110
Binary 11100111 1110100 11111101 1001 110110 0 1 100100010 1100001 1001000

Color Harmonies of #E774FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E774FD

Black with #E774FD

Text Example


Text Example

White with #E774FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E774FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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