Html Css Color HEX #ED7EFE Heliotrope

📋 copy color: '#ED7EFE'

red 237 ◦ green 126 ◦ blue 254

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

Shades of Heliotrope #ED7EFE

Tints of Heliotrope #ED7EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.17%

R = 38.41%
G = 20.42%
B = 41.17%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED7EFE (or 0xED7EFE) is known color: Heliotrope. HEX triplet: ED, 7E and FE. RGB value is (237,126,254). Sum of RGB (Red+Green+Blue) = 237+126+254=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 126 (49.61% from 255 or 20.42% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED7EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7EFE is #128101. Grayscale: #ADADAD. Windows color (decimal): -1212674 or 16678637. OLE color: 16678637.

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

Color convert

RGB 237 126 254 -
CMYK 0.07 0.50 0 0.00
HSL 292.03º 0.98% 0.75% -
HSV(B) 292.03º 0.5% 1% -
XYZ 60.28 40.08 98.33 -
YUV 173.78 173.27 173.09 -
System Red Green Blue C M Y K H S L
Decimal 237 126 254 0.07 0.50 0 0.00 292.03 0.98 0.75
Hex ED 7E FE 7 32 0 0 124 62 4B
Octal 355 176 376 7 62 0 0 444 142 113
Binary 11101101 1111110 11111110 111 110010 0 0 100100100 1100010 1001011

Color Harmonies of #ED7EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7EFE

Black with #ED7EFE

Text Example


Text Example

White with #ED7EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7EFE; }

 p { color: rgb(237,126,254); }

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

background-color css

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

 a { background-color: rgb(237,126,254); }

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

border-color css

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

 span { border-color: rgb(237,126,254); }

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