Html Css Color HEX #ED69FE Heliotrope

📋 copy color: '#ED69FE'

red 237 ◦ green 105 ◦ blue 254

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

Shades of Heliotrope #ED69FE

Tints of Heliotrope #ED69FE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.62%

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

R = 39.77%
G = 17.62%
B = 42.62%

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

#ED69FE (or 0xED69FE) is known color: Heliotrope. HEX triplet: ED, 69 and FE. RGB value is (237,105,254). Sum of RGB (Red+Green+Blue) = 237+105+254=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 105 (41.41% from 255 or 17.62% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED69FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED69FE is #129601. Grayscale: #A0A0A0. Windows color (decimal): -1218050 or 16673261. OLE color: 16673261.

HSL color Cylindrical-coordinate representation of color #ED69FE: hue angle of 293.15º 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 #ED69FE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 105 254 -
CMYK 0.07 0.59 0 0.00
HSL 293.15º 0.99% 0.7% -
HSV(B) 293.15º 0.59% 1% -
XYZ 57.87 35.26 97.52 -
YUV 161.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 237 105 254 0.07 0.59 0 0.00 293.15 0.99 0.7
Hex ED 69 FE 7 3B 0 0 125 63 46
Octal 355 151 376 7 73 0 0 445 143 106
Binary 11101101 1101001 11111110 111 111011 0 0 100100101 1100011 1000110

Color Harmonies of #ED69FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED69FE

Black with #ED69FE

Text Example


Text Example

White with #ED69FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED69FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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