Html Css Color HEX #EA7CFB Heliotrope

📋 copy color: '#EA7CFB'

red 234 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #EA7CFB

Tints of Heliotrope #EA7CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.36%

 BLUE value IS 251 (98.44% from 255) = 41.22%

R = 38.42%
G = 20.36%
B = 41.22%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA7CFB (or 0xEA7CFB) is known color: Heliotrope. HEX triplet: EA, 7C and FB. RGB value is (234,124,251). Sum of RGB (Red+Green+Blue) = 234+124+251=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 124 (48.83% from 255 or 20.36% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA7CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7CFB is #158304. Grayscale: #AAAAAA. Windows color (decimal): -1409797 or 16481514. OLE color: 16481514.

HSL color Cylindrical-coordinate representation of color #EA7CFB: hue angle of 291.97º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA7CFB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 124 251 -
CMYK 0.07 0.51 0 0.02
HSL 291.97º 0.94% 0.74% -
HSV(B) 291.97º 0.51% 0.98% -
XYZ 58.55 38.87 95.68 -
YUV 171.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 234 124 251 0.07 0.51 0 0.02 291.97 0.94 0.74
Hex EA 7C FB 7 33 0 2 124 5E 4A
Octal 352 174 373 7 63 0 2 444 136 112
Binary 11101010 1111100 11111011 111 110011 0 10 100100100 1011110 1001010

Color Harmonies of #EA7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7CFB

Black with #EA7CFB

Text Example


Text Example

White with #EA7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7CFB; }

 p { color: rgb(234,124,251); }

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

background-color css

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

 a { background-color: rgb(234,124,251); }

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

border-color css

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

 span { border-color: rgb(234,124,251); }

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