Html Css Color HEX #E67DFA Heliotrope

📋 copy color: '#E67DFA'

red 230 ◦ green 125 ◦ blue 250

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

Shades of Heliotrope #E67DFA

Tints of Heliotrope #E67DFA

RGB

 RED value IS 230 (90.23% from 255) = 38.02%

 GREEN value IS 125 (49.22% from 255) = 20.66%

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

R = 38.02%
G = 20.66%
B = 41.32%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E67DFA (or 0xE67DFA) is known color: Heliotrope. HEX triplet: E6, 7D and FA. RGB value is (230,125,250). Sum of RGB (Red+Green+Blue) = 230+125+250=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 125 (49.22% from 255 or 20.66% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #E67DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67DFA is #198205. Grayscale: #AAAAAA. Windows color (decimal): -1671686 or 16416230. OLE color: 16416230.

HSL color Cylindrical-coordinate representation of color #E67DFA: hue angle of 290.4º degrees, saturation: 0.93, 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 #E67DFA is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 125 250 -
CMYK 0.08 0.50 0 0.02
HSL 290.4º 0.93% 0.74% -
HSV(B) 290.4º 0.5% 0.98% -
XYZ 57.22 38.39 94.84 -
YUV 170.65 172.79 170.34 -
System Red Green Blue C M Y K H S L
Decimal 230 125 250 0.08 0.50 0 0.02 290.4 0.93 0.74
Hex E6 7D FA 8 32 0 2 122 5D 4A
Octal 346 175 372 10 62 0 2 442 135 112
Binary 11100110 1111101 11111010 1000 110010 0 10 100100010 1011101 1001010

Color Harmonies of #E67DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67DFA

Black with #E67DFA

Text Example


Text Example

White with #E67DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67DFA; }

 p { color: rgb(230,125,250); }

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

background-color css

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

 a { background-color: rgb(230,125,250); }

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

border-color css

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

 span { border-color: rgb(230,125,250); }

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