Html Css Color HEX #EA77FD Heliotrope

📋 copy color: '#EA77FD'

red 234 ◦ green 119 ◦ blue 253

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

Shades of Heliotrope #EA77FD

Tints of Heliotrope #EA77FD

RGB

 RED value IS 234 (91.8% from 255) = 38.61%

 GREEN value IS 119 (46.88% from 255) = 19.64%

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

R = 38.61%
G = 19.64%
B = 41.75%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EA77FD (or 0xEA77FD) is known color: Heliotrope. HEX triplet: EA, 77 and FD. RGB value is (234,119,253). Sum of RGB (Red+Green+Blue) = 234+119+253=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 119 (46.88% from 255 or 19.64% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA77FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA77FD is #158802. Grayscale: #A8A8A8. Windows color (decimal): -1411075 or 16611306. OLE color: 16611306.

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

Color convert

RGB 234 119 253 -
CMYK 0.08 0.53 0 0.01
HSL 291.49º 0.97% 0.73% -
HSV(B) 291.49º 0.53% 0.99% -
XYZ 58.26 37.78 97.15 -
YUV 168.66 175.6 174.6 -
System Red Green Blue C M Y K H S L
Decimal 234 119 253 0.08 0.53 0 0.01 291.49 0.97 0.73
Hex EA 77 FD 8 35 0 1 123 61 49
Octal 352 167 375 10 65 0 1 443 141 111
Binary 11101010 1110111 11111101 1000 110101 0 1 100100011 1100001 1001001

Color Harmonies of #EA77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77FD

Black with #EA77FD

Text Example


Text Example

White with #EA77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77FD; }

 p { color: rgb(234,119,253); }

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

background-color css

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

 a { background-color: rgb(234,119,253); }

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

border-color css

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

 span { border-color: rgb(234,119,253); }

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