Html Css Color HEX #ED71FE Heliotrope

📋 copy color: '#ED71FE'

red 237 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #ED71FE

Tints of Heliotrope #ED71FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 18.71%

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

R = 39.24%
G = 18.71%
B = 42.05%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED71FE (or 0xED71FE) is known color: Heliotrope. HEX triplet: ED, 71 and FE. RGB value is (237,113,254). Sum of RGB (Red+Green+Blue) = 237+113+254=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 113 (44.53% from 255 or 18.71% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED71FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED71FE is #128E01. Grayscale: #A5A5A5. Windows color (decimal): -1216002 or 16675309. OLE color: 16675309.

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

Color convert

RGB 237 113 254 -
CMYK 0.07 0.56 0 0.00
HSL 292.77º 0.99% 0.72% -
HSV(B) 292.77º 0.56% 1% -
XYZ 58.72 36.97 97.81 -
YUV 166.15 177.58 178.54 -
System Red Green Blue C M Y K H S L
Decimal 237 113 254 0.07 0.56 0 0.00 292.77 0.99 0.72
Hex ED 71 FE 7 38 0 0 125 63 48
Octal 355 161 376 7 70 0 0 445 143 110
Binary 11101101 1110001 11111110 111 111000 0 0 100100101 1100011 1001000

Color Harmonies of #ED71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED71FE

Black with #ED71FE

Text Example


Text Example

White with #ED71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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