Html Css Color HEX #ED69FF Heliotrope

📋 copy color: '#ED69FF'

red 237 ◦ green 105 ◦ blue 255

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

Shades of Heliotrope #ED69FF

Tints of Heliotrope #ED69FF

RGB

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

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

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

R = 39.7%
G = 17.59%
B = 42.71%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED69FF (or 0xED69FF) is known color: Heliotrope. HEX triplet: ED, 69 and FF. RGB value is (237,105,255). Sum of RGB (Red+Green+Blue) = 237+105+255=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 105 (41.41% from 255 or 17.59% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED69FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED69FF is #129600. Grayscale: #A1A1A1. Windows color (decimal): -1218049 or 16738797. OLE color: 16738797.

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

Color convert

RGB 237 105 255 -
CMYK 0.07 0.59 0 0
HSL 292.8º 1% 0.71% -
HSV(B) 292.8º 0.59% 1% -
XYZ 58.03 35.33 98.37 -
YUV 161.57 180.73 181.8 -
System Red Green Blue C M Y K H S L
Decimal 237 105 255 0.07 0.59 0 0 292.8 1 0.71
Hex ED 69 FF 7 3B 0 0 125 64 47
Octal 355 151 377 7 73 0 0 445 144 107
Binary 11101101 1101001 11111111 111 111011 0 0 100100101 1100100 1000111

Color Harmonies of #ED69FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED69FF

Black with #ED69FF

Text Example


Text Example

White with #ED69FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED69FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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