Html Css Color HEX #ED6FFC Heliotrope

📋 copy color: '#ED6FFC'

red 237 ◦ green 111 ◦ blue 252

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

Shades of Heliotrope #ED6FFC

Tints of Heliotrope #ED6FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.5%

 BLUE value IS 252 (98.83% from 255) = 42%

R = 39.5%
G = 18.5%
B = 42%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED6FFC (or 0xED6FFC) is known color: Heliotrope. HEX triplet: ED, 6F and FC. RGB value is (237,111,252). Sum of RGB (Red+Green+Blue) = 237+111+252=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 111 (43.75% from 255 or 18.5% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED6FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6FFC is #129003. Grayscale: #A4A4A4. Windows color (decimal): -1216516 or 16543725. OLE color: 16543725.

HSL color Cylindrical-coordinate representation of color #ED6FFC: hue angle of 293.62º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6FFC is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 111 252 -
CMYK 0.06 0.56 0 0.01
HSL 293.62º 0.96% 0.71% -
HSV(B) 293.62º 0.56% 0.99% -
XYZ 58.18 36.4 96.06 -
YUV 164.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 237 111 252 0.06 0.56 0 0.01 293.62 0.96 0.71
Hex ED 6F FC 6 38 0 1 126 60 47
Octal 355 157 374 6 70 0 1 446 140 107
Binary 11101101 1101111 11111100 110 111000 0 1 100100110 1100000 1000111

Color Harmonies of #ED6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6FFC

Black with #ED6FFC

Text Example


Text Example

White with #ED6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6FFC; }

 p { color: rgb(237,111,252); }

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

background-color css

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

 a { background-color: rgb(237,111,252); }

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

border-color css

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

 span { border-color: rgb(237,111,252); }

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