Html Css Color HEX #E07BFA Heliotrope

📋 copy color: '#E07BFA'

red 224 ◦ green 123 ◦ blue 250

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

Shades of Heliotrope #E07BFA

Tints of Heliotrope #E07BFA

RGB

 RED value IS 224 (87.89% from 255) = 37.52%

 GREEN value IS 123 (48.44% from 255) = 20.6%

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 37.52%
G = 20.6%
B = 41.88%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E07BFA (or 0xE07BFA) is known color: Heliotrope. HEX triplet: E0, 7B and FA. RGB value is (224,123,250). Sum of RGB (Red+Green+Blue) = 224+123+250=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #E07BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07BFA is #1F8405. Grayscale: #A7A7A7. Windows color (decimal): -2065414 or 16415712. OLE color: 16415712.

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

Color convert

RGB 224 123 250 -
CMYK 0.10 0.51 0 0.02
HSL 287.72º 0.93% 0.73% -
HSV(B) 287.72º 0.51% 0.98% -
XYZ 55.08 36.92 94.66 -
YUV 167.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 224 123 250 0.10 0.51 0 0.02 287.72 0.93 0.73
Hex E0 7B FA A 33 0 2 120 5D 49
Octal 340 173 372 12 63 0 2 440 135 111
Binary 11100000 1111011 11111010 1010 110011 0 10 100100000 1011101 1001001

Color Harmonies of #E07BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07BFA

Black with #E07BFA

Text Example


Text Example

White with #E07BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07BFA; }

 p { color: rgb(224,123,250); }

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

background-color css

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

 a { background-color: rgb(224,123,250); }

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

border-color css

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

 span { border-color: rgb(224,123,250); }

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