Html Css Color HEX #ED72FF Heliotrope

📋 copy color: '#ED72FF'

red 237 ◦ green 114 ◦ blue 255

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

Shades of Heliotrope #ED72FF

Tints of Heliotrope #ED72FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 18.81%

 BLUE value IS 255 (100% from 255) = 42.08%

R = 39.11%
G = 18.81%
B = 42.08%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED72FF (or 0xED72FF) is known color: Heliotrope. HEX triplet: ED, 72 and FF. RGB value is (237,114,255). Sum of RGB (Red+Green+Blue) = 237+114+255=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 114 (44.92% from 255 or 18.81% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED72FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED72FF is #128D00. Grayscale: #A6A6A6. Windows color (decimal): -1215745 or 16741101. OLE color: 16741101.

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

Color convert

RGB 237 114 255 -
CMYK 0.07 0.55 0 0
HSL 292.34º 1% 0.72% -
HSV(B) 292.34º 0.55% 1% -
XYZ 58.99 37.26 98.69 -
YUV 166.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 237 114 255 0.07 0.55 0 0 292.34 1 0.72
Hex ED 72 FF 7 37 0 0 124 64 48
Octal 355 162 377 7 67 0 0 444 144 110
Binary 11101101 1110010 11111111 111 110111 0 0 100100100 1100100 1001000

Color Harmonies of #ED72FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED72FF

Black with #ED72FF

Text Example


Text Example

White with #ED72FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED72FF; }

 p { color: rgb(237,114,255); }

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

background-color css

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

 a { background-color: rgb(237,114,255); }

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

border-color css

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

 span { border-color: rgb(237,114,255); }

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