Html Css Color HEX #ED6BFA Heliotrope

📋 copy color: '#ED6BFA'

red 237 ◦ green 107 ◦ blue 250

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

Shades of Heliotrope #ED6BFA

Tints of Heliotrope #ED6BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.01%

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

R = 39.9%
G = 18.01%
B = 42.09%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED6BFA (or 0xED6BFA) is known color: Heliotrope. HEX triplet: ED, 6B and FA. RGB value is (237,107,250). Sum of RGB (Red+Green+Blue) = 237+107+250=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 107 (42.19% from 255 or 18.01% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED6BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6BFA is #129405. Grayscale: #A1A1A1. Windows color (decimal): -1217542 or 16411629. OLE color: 16411629.

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

Color convert

RGB 237 107 250 -
CMYK 0.05 0.57 0 0.02
HSL 294.55º 0.93% 0.7% -
HSV(B) 294.55º 0.57% 0.98% -
XYZ 57.44 35.42 94.25 -
YUV 162.17 177.57 181.37 -
System Red Green Blue C M Y K H S L
Decimal 237 107 250 0.05 0.57 0 0.02 294.55 0.93 0.7
Hex ED 6B FA 5 39 0 2 127 5D 46
Octal 355 153 372 5 71 0 2 447 135 106
Binary 11101101 1101011 11111010 101 111001 0 10 100100111 1011101 1000110

Color Harmonies of #ED6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BFA

Black with #ED6BFA

Text Example


Text Example

White with #ED6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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