Html Css Color HEX #ED7AFE Heliotrope

📋 copy color: '#ED7AFE'

red 237 ◦ green 122 ◦ blue 254

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

Shades of Heliotrope #ED7AFE

Tints of Heliotrope #ED7AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.9%

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

R = 38.66%
G = 19.9%
B = 41.44%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED7AFE (or 0xED7AFE) is known color: Heliotrope. HEX triplet: ED, 7A and FE. RGB value is (237,122,254). Sum of RGB (Red+Green+Blue) = 237+122+254=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 122 (48.05% from 255 or 19.90% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED7AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7AFE is #128501. Grayscale: #ABABAB. Windows color (decimal): -1213698 or 16677613. OLE color: 16677613.

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

Color convert

RGB 237 122 254 -
CMYK 0.07 0.52 0 0.00
HSL 292.27º 0.99% 0.74% -
HSV(B) 292.27º 0.52% 1% -
XYZ 59.77 39.08 98.16 -
YUV 171.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 237 122 254 0.07 0.52 0 0.00 292.27 0.99 0.74
Hex ED 7A FE 7 34 0 0 124 63 4A
Octal 355 172 376 7 64 0 0 444 143 112
Binary 11101101 1111010 11111110 111 110100 0 0 100100100 1100011 1001010

Color Harmonies of #ED7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7AFE

Black with #ED7AFE

Text Example


Text Example

White with #ED7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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