Html Css Color HEX #ED7DFE Heliotrope

📋 copy color: '#ED7DFE'

red 237 ◦ green 125 ◦ blue 254

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

Shades of Heliotrope #ED7DFE

Tints of Heliotrope #ED7DFE

RGB

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

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

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

R = 38.47%
G = 20.29%
B = 41.23%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED7DFE (or 0xED7DFE) is known color: Heliotrope. HEX triplet: ED, 7D and FE. RGB value is (237,125,254). Sum of RGB (Red+Green+Blue) = 237+125+254=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 125 (49.22% from 255 or 20.29% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED7DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DFE is #128201. Grayscale: #ACACAC. Windows color (decimal): -1212930 or 16678381. OLE color: 16678381.

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

Color convert

RGB 237 125 254 -
CMYK 0.07 0.51 0 0.00
HSL 292.09º 0.98% 0.74% -
HSV(B) 292.09º 0.51% 1% -
XYZ 60.15 39.83 98.28 -
YUV 173.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 237 125 254 0.07 0.51 0 0.00 292.09 0.98 0.74
Hex ED 7D FE 7 33 0 0 124 62 4A
Octal 355 175 376 7 63 0 0 444 142 112
Binary 11101101 1111101 11111110 111 110011 0 0 100100100 1100010 1001010

Color Harmonies of #ED7DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DFE

Black with #ED7DFE

Text Example


Text Example

White with #ED7DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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