Html Css Color HEX #EA7EFB Heliotrope

📋 copy color: '#EA7EFB'

red 234 ◦ green 126 ◦ blue 251

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

Shades of Heliotrope #EA7EFB

Tints of Heliotrope #EA7EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.62%

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

R = 38.3%
G = 20.62%
B = 41.08%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA7EFB (or 0xEA7EFB) is known color: Heliotrope. HEX triplet: EA, 7E and FB. RGB value is (234,126,251). Sum of RGB (Red+Green+Blue) = 234+126+251=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 126 (49.61% from 255 or 20.62% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA7EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7EFB is #158104. Grayscale: #ACACAC. Windows color (decimal): -1409285 or 16482026. OLE color: 16482026.

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

Color convert

RGB 234 126 251 -
CMYK 0.07 0.50 0 0.02
HSL 291.84º 0.94% 0.74% -
HSV(B) 291.84º 0.5% 0.98% -
XYZ 58.81 39.38 95.77 -
YUV 172.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 234 126 251 0.07 0.50 0 0.02 291.84 0.94 0.74
Hex EA 7E FB 7 32 0 2 124 5E 4A
Octal 352 176 373 7 62 0 2 444 136 112
Binary 11101010 1111110 11111011 111 110010 0 10 100100100 1011110 1001010

Color Harmonies of #EA7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7EFB

Black with #EA7EFB

Text Example


Text Example

White with #EA7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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