Html Css Color HEX #E773FD Heliotrope

📋 copy color: '#E773FD'

red 231 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #E773FD

Tints of Heliotrope #E773FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.2%

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

R = 38.56%
G = 19.2%
B = 42.24%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E773FD (or 0xE773FD) is known color: Heliotrope. HEX triplet: E7, 73 and FD. RGB value is (231,115,253). Sum of RGB (Red+Green+Blue) = 231+115+253=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 115 (45.31% from 255 or 19.20% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #E773FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E773FD is #188C02. Grayscale: #A4A4A4. Windows color (decimal): -1608707 or 16610279. OLE color: 16610279.

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

Color convert

RGB 231 115 253 -
CMYK 0.09 0.55 0 0.01
HSL 290.43º 0.97% 0.72% -
HSV(B) 290.43º 0.55% 0.99% -
XYZ 56.82 36.34 96.95 -
YUV 165.42 177.43 174.78 -
System Red Green Blue C M Y K H S L
Decimal 231 115 253 0.09 0.55 0 0.01 290.43 0.97 0.72
Hex E7 73 FD 9 37 0 1 122 61 48
Octal 347 163 375 11 67 0 1 442 141 110
Binary 11100111 1110011 11111101 1001 110111 0 1 100100010 1100001 1001000

Color Harmonies of #E773FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773FD

Black with #E773FD

Text Example


Text Example

White with #E773FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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