Html Css Color HEX #ED6EFA Heliotrope

📋 copy color: '#ED6EFA'

red 237 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #ED6EFA

Tints of Heliotrope #ED6EFA

RGB

 RED value IS 237 (92.97% from 255) = 39.7%

 GREEN value IS 110 (43.36% from 255) = 18.43%

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

R = 39.7%
G = 18.43%
B = 41.88%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED6EFA (or 0xED6EFA) is known color: Heliotrope. HEX triplet: ED, 6E and FA. RGB value is (237,110,250). Sum of RGB (Red+Green+Blue) = 237+110+250=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 110 (43.36% from 255 or 18.43% 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 #ED6EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6EFA is #129105. Grayscale: #A3A3A3. Windows color (decimal): -1216774 or 16412397. OLE color: 16412397.

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

Color convert

RGB 237 110 250 -
CMYK 0.05 0.56 0 0.02
HSL 294.43º 0.93% 0.71% -
HSV(B) 294.43º 0.56% 0.98% -
XYZ 57.76 36.06 94.36 -
YUV 163.93 176.58 180.12 -
System Red Green Blue C M Y K H S L
Decimal 237 110 250 0.05 0.56 0 0.02 294.43 0.93 0.71
Hex ED 6E FA 5 38 0 2 126 5D 47
Octal 355 156 372 5 70 0 2 446 135 107
Binary 11101101 1101110 11111010 101 111000 0 10 100100110 1011101 1000111

Color Harmonies of #ED6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6EFA

Black with #ED6EFA

Text Example


Text Example

White with #ED6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6EFA; }

 p { color: rgb(237,110,250); }

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

background-color css

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

 a { background-color: rgb(237,110,250); }

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

border-color css

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

 span { border-color: rgb(237,110,250); }

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