Html Css Color HEX #ED70FA Heliotrope

📋 copy color: '#ED70FA'

red 237 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #ED70FA

Tints of Heliotrope #ED70FA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.7%

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

R = 39.57%
G = 18.7%
B = 41.74%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED70FA (or 0xED70FA) is known color: Heliotrope. HEX triplet: ED, 70 and FA. RGB value is (237,112,250). Sum of RGB (Red+Green+Blue) = 237+112+250=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 112 (44.14% from 255 or 18.70% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED70FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED70FA is #128F05. Grayscale: #A4A4A4. Windows color (decimal): -1216262 or 16412909. OLE color: 16412909.

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

Color convert

RGB 237 112 250 -
CMYK 0.05 0.55 0 0.02
HSL 294.35º 0.93% 0.71% -
HSV(B) 294.35º 0.55% 0.98% -
XYZ 57.97 36.5 94.43 -
YUV 165.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 237 112 250 0.05 0.55 0 0.02 294.35 0.93 0.71
Hex ED 70 FA 5 37 0 2 126 5D 47
Octal 355 160 372 5 67 0 2 446 135 107
Binary 11101101 1110000 11111010 101 110111 0 10 100100110 1011101 1000111

Color Harmonies of #ED70FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED70FA

Black with #ED70FA

Text Example


Text Example

White with #ED70FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED70FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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