Html Css Color HEX #E770FD Heliotrope

📋 copy color: '#E770FD'

red 231 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #E770FD

Tints of Heliotrope #E770FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.79%

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

R = 38.76%
G = 18.79%
B = 42.45%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E770FD (or 0xE770FD) is known color: Heliotrope. HEX triplet: E7, 70 and FD. RGB value is (231,112,253). Sum of RGB (Red+Green+Blue) = 231+112+253=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 112 (44.14% from 255 or 18.79% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #E770FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E770FD is #188F02. Grayscale: #A3A3A3. Windows color (decimal): -1609475 or 16609511. OLE color: 16609511.

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

Color convert

RGB 231 112 253 -
CMYK 0.09 0.56 0 0.01
HSL 290.64º 0.97% 0.72% -
HSV(B) 290.64º 0.56% 0.99% -
XYZ 56.48 35.67 96.84 -
YUV 163.66 178.42 176.04 -
System Red Green Blue C M Y K H S L
Decimal 231 112 253 0.09 0.56 0 0.01 290.64 0.97 0.72
Hex E7 70 FD 9 38 0 1 123 61 48
Octal 347 160 375 11 70 0 1 443 141 110
Binary 11100111 1110000 11111101 1001 111000 0 1 100100011 1100001 1001000

Color Harmonies of #E770FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E770FD

Black with #E770FD

Text Example


Text Example

White with #E770FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E770FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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