Html Css Color HEX #ED68FE Heliotrope

📋 copy color: '#ED68FE'

red 237 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #ED68FE

Tints of Heliotrope #ED68FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.48%

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

R = 39.83%
G = 17.48%
B = 42.69%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED68FE (or 0xED68FE) is known color: Heliotrope. HEX triplet: ED, 68 and FE. RGB value is (237,104,254). Sum of RGB (Red+Green+Blue) = 237+104+254=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 104 (41.02% from 255 or 17.48% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED68FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED68FE is #129701. Grayscale: #A0A0A0. Windows color (decimal): -1218306 or 16673005. OLE color: 16673005.

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

Color convert

RGB 237 104 254 -
CMYK 0.07 0.59 0 0.00
HSL 293.2º 0.99% 0.7% -
HSV(B) 293.2º 0.59% 1% -
XYZ 57.76 35.06 97.49 -
YUV 160.87 180.56 182.3 -
System Red Green Blue C M Y K H S L
Decimal 237 104 254 0.07 0.59 0 0.00 293.2 0.99 0.7
Hex ED 68 FE 7 3B 0 0 125 63 46
Octal 355 150 376 7 73 0 0 445 143 106
Binary 11101101 1101000 11111110 111 111011 0 0 100100101 1100011 1000110

Color Harmonies of #ED68FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED68FE

Black with #ED68FE

Text Example


Text Example

White with #ED68FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED68FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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